Skip to content

Commit

Permalink
fix(ci): Adds back branch tags for our docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored May 14, 2024
1 parent 4f0eed4 commit fa9b104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa9b104

Please sign in to comment.