Skip to content

Commit

Permalink
OP-15: feat(wf): simplify image tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
almereyda committed Jun 8, 2023
1 parent 535f4c7 commit 1ed8c26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ jobs:
org.opencontainers.image.vendor=CirclesUBI
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}},enable={{branch}}
type=semver,pattern={{version}}
{{ tag }}
{{ base_ref }}
{{ branch }}
type=sha,prefix={{branch}}-,enable={{branch}}
{{ sha }}
${{ inputs.image-tags }}
Expand Down

0 comments on commit 1ed8c26

Please sign in to comment.