Do not tag images with the full name
github does not like it appearently
This commit is contained in:
1
.github/workflows/docker-image.yml
vendored
1
.github/workflows/docker-image.yml
vendored
@@ -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 }},
|
||||
|
||||
Reference in New Issue
Block a user