Skip to content

Commit

Permalink
missing tag for quay
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed May 2, 2023
1 parent 7cf124d commit 9188617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
--tag ${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }} \
--tag ${{ github.repository }}:latest \
--tag ${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }} \
--tag quay.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }} \
--tag quay.io/${{ github.repository }}:latest \
--tag quay.io/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }} \
--tag ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }} \
--tag ghcr.io/${{ github.repository }}:latest \
--tag ghcr.io/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }} \
Expand Down

0 comments on commit 9188617

Please sign in to comment.