fix(action): outputs
This commit is contained in:
parent
694a553c46
commit
ee8dc1308e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ jobs:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:latest
|
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:latest
|
||||||
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:$RELEASE
|
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:${{ needs.release_tag.outputs.release }}
|
||||||
|
|
||||||
publish_release:
|
publish_release:
|
||||||
needs: [release_tag, build]
|
needs: [release_tag, build]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue