fix(action): outputs
Some checks failed
build image / releaseTag (push) Successful in 3s
build image / build (push) Failing after 13s
build image / publish_release (push) Has been skipped

This commit is contained in:
sujiba 2024-07-08 23:45:27 +02:00
parent 2fa3c0aef4
commit 66ef5ea99b

View file

@ -78,7 +78,7 @@ jobs:
cleanup: true
tags: |
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:latest
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:$RELEASE
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:"$RELEASE"
publish_release:
needs: [releaseTag, build]