Skip to content

Commit

Permalink
Correct the tags output from the Docker metadata action
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Moore <[email protected]>
  • Loading branch information
drmrd committed Dec 6, 2023
1 parent 0c0d8e2 commit 99bf3e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ jobs:
with:
images: ${{ matrix.host_namespace }}/${{ matrix.image_name }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern=${{ steps.docker-image-version-check.outputs.TAG }}
type=semver,pattern={{version}},value=v${{ steps.docker-image-version-check.outputs.TAG }}
- name: Log into GitHub container registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 99bf3e4

Please sign in to comment.