From fa9b1044349d084e8148e451620299387f00ef65 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Tue, 14 May 2024 23:15:10 +0200 Subject: [PATCH] fix(ci): Adds back branch tags for our docker images --- .github/workflows/backend-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-image.yml b/.github/workflows/backend-image.yml index 21e704a3aa..b88b878f2a 100644 --- a/.github/workflows/backend-image.yml +++ b/.github/workflows/backend-image.yml @@ -60,8 +60,8 @@ jobs: tags: | type=raw,value=${{ env.DIR_HASH }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} - type=ref,event=branch type=raw,value=commit-${{ env.sha }} + type=raw,value=${{ env.BRANCH_NAME }} type=raw,value=${{ env.BRANCH_NAME }}-arm,enable=${{ env.BUILD_ARM }} - name: Login to GitHub Container Registry uses: docker/login-action@v3