${{ steps.docker.outputs.tags }}:${{ steps.get-version.outputs.tag }}
Some checks failed
ci / build (push) Failing after 45s
Some checks failed
ci / build (push) Failing after 45s
This commit is contained in:
parent
3c367286cf
commit
cfb99234be
1 changed files with 1 additions and 1 deletions
|
@ -64,4 +64,4 @@ jobs:
|
||||||
allow: network.host
|
allow: network.host
|
||||||
network: host
|
network: host
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
tags: ${{ steps.get-version.outputs.tag }}
|
tags: ${{ steps.docker.outputs.tags }}:${{ steps.get-version.outputs.tag }}
|
||||||
|
|
Loading…
Reference in a new issue