Skip to content

Commit

Permalink
update bool to check ref-type (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb authored Nov 30, 2023
1 parent 2779ae9 commit 0623b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
quay.io/project-koku/koku-metrics-operator
tags: |
type=semver,pattern={{raw}}
type=sha,enabled={{ startsWith(github.ref, 'refs/tags/v') }}
type=sha,prefix=,enable={{ github.ref_type == 'tag' }}
# set latest tag for default branch
type=raw,value=latest
type=ref,event=branch
Expand Down

0 comments on commit 0623b4e

Please sign in to comment.