Skip to content

Commit

Permalink
Multiple tags must be separated by a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mogul committed Jul 27, 2024
1 parent 3070aa6 commit c874bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
file: .docker/${{ matrix.image.short-name }}.Dockerfile
push: true
tags: >
ghcr.io/${{ env.GH_REPO }}/${{ matrix.image.short-name }}:latest
ghcr.io/${{ env.GH_REPO }}/${{ matrix.image.short-name }}:scanned
ghcr.io/${{ env.GH_REPO }}/${{ matrix.image.short-name }}:latest ,
ghcr.io/${{ env.GH_REPO }}/${{ matrix.image.short-name }}:scanned ,
ghcr.io/${{ env.GH_REPO }}/${{ matrix.image.short-name }}:${{ env.DATESTAMP }}
Expand Down

0 comments on commit c874bb0

Please sign in to comment.