Skip to content

Commit

Permalink
adjust docker tags for when we tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jan 5, 2024
1 parent c38a788 commit 4211b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/main' }}
type=ref,event=tag,enable=${{ github.ref_type == 'tag' }}
type=ref,event=pr
- name: Login to GHCR
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 4211b51

Please sign in to comment.