Skip to content

Commit

Permalink
Enhance CDR Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jul 19, 2024
1 parent 07fc5a1 commit d5e0e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')}}
type=raw,value=latest-itb,enable=${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-')}}
type=raw,value=latest-,suffix={{date 'YYYYMMDDHHmmss'}},enable=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')}}
type=raw,value=latest-itb-,suffix={{date 'YYYYMMDDHHmmss'}},enable=${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-')}}
type=raw,value=latest-itb-,suffix={{date 'YYYYMMDDHHmmss'}}
type=ref,event=pr
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down

0 comments on commit d5e0e5b

Please sign in to comment.