From c8cb7312f66924e591adf3c2746d78eafdd59af8 Mon Sep 17 00:00:00 2001 From: Jonas Gaffke Date: Sun, 5 May 2024 12:27:54 +0200 Subject: [PATCH] ci: use latest as tag --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37d4016..1baaf40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,6 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: decisions - tags: v1 ${{ github.sha }} containerfiles: | ./Dockerfile - name: Push To Image Registry