${{ steps.docker.outputs.tags }}:${{ steps.get-version.outputs.tag }}
Some checks failed
ci / build (push) Failing after 45s

This commit is contained in:
miwr 2025-04-24 13:46:49 +02:00
parent 3c367286cf
commit cfb99234be

View file

@ -64,4 +64,4 @@ jobs:
allow: network.host
network: host
platforms: linux/arm64
tags: ${{ steps.get-version.outputs.tag }}
tags: ${{ steps.docker.outputs.tags }}:${{ steps.get-version.outputs.tag }}