Skip to content

Commit

Permalink
make the latest tag implicit
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Nov 29, 2023
1 parent c4e247a commit 6e1e81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
images: centrifugeio/centrifuge-chain
tags: |
type=semver,pattern={{raw}},prefix=${{ matrix.target == 'test' && 'test-' || '' }}
type=semver,value=latest,enable=${{ github.event_name == 'release' }}
type=edge,event=pr,suffix=-{{sha}}-${{ env.NOW }},prefix=${{ matrix.target == 'test' && 'test-' || '' }}
type=ref,event=tag,suffix=-{{sha}}-${{ env.NOW }},prefix=${{ matrix.target == 'test' && 'test-' || '' }}
type=ref,event=pr,suffix=-{{sha}}-${{ env.NOW }},prefix=${{ matrix.target == 'test' && 'test-' || '' }}PR
Expand Down

0 comments on commit 6e1e81c

Please sign in to comment.