From 46a7e20a9f514e1431b2cbae63e7035be9bac973 Mon Sep 17 00:00:00 2001 From: Michael Fuchs Date: Thu, 19 Oct 2023 15:55:28 +0200 Subject: [PATCH] feat: remove prefix --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5d31757..e15f9cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - tags: type=sha,prefix=sha-,suffix=,format=short + tags: type=sha,prefix=,suffix=,format=short - name: Build and push image uses: docker/build-push-action@v5