Skip to content

Commit

Permalink
GitHub workflow: add bookworm tag only on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Dec 15, 2024
1 parent d7277d6 commit 3141748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=bookworm
type=schedule
type=ref,event=branch
type=raw,value=bookworm,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 3141748

Please sign in to comment.