Do not tag images with the full name

github does not like it appearently
This commit is contained in:
Stefano Pigozzi
2022-12-04 01:19:57 +01:00
committed by GitHub
parent 29f3397d00
commit 85862a0547

View File

@@ -38,7 +38,6 @@ jobs:
uses: docker/build-push-action@v2
with:
tags: >-
ghcr.io/steffo99/greed:${{ steps.semver.outputs.full }},
ghcr.io/steffo99/greed:${{ steps.semver.outputs.precedence }},
ghcr.io/steffo99/greed:${{ steps.semver.outputs.core }},
ghcr.io/steffo99/greed:${{ steps.semver.outputs.pair }},