From 8fbf39a6faa8b2e51d1a78236fdc5e2c52792c71 Mon Sep 17 00:00:00 2001 From: Mark van Holsteijn Date: Thu, 16 Sep 2021 13:20:39 +0200 Subject: [PATCH] just built latest all the time --- .github/workflows/push-to-registry.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-to-registry.yaml b/.github/workflows/push-to-registry.yaml index 6490df0..3852c84 100644 --- a/.github/workflows/push-to-registry.yaml +++ b/.github/workflows/push-to-registry.yaml @@ -3,8 +3,8 @@ name: Create and publish a Docker image "on": push: - tags: - - '*' + branches: + - master jobs: build-and-push-image: @@ -38,4 +38,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/binxio/cru:${{github.event.release.tag_name}} + tags: ghcr.io/binxio/cru:latest