[ci] Fix docker tag for planetmint-aio

Otherwise a tag "latest-aio" instead of "latest" is created.

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
Julian Strobl 2023-03-14 09:17:15 +01:00
parent a3468cf991
commit b542c1006b
No known key found for this signature in database
GPG Key ID: E0A8F9AD733499A7

View File

@ -194,7 +194,7 @@ jobs:
file: Dockerfile-all-in-one
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.semver-aio.outputs.tags }}-aio
labels: ${{ steps.semver-aio.outputs.labels }}-aio
tags: ${{ steps.semver-aio.outputs.tags }}
labels: ${{ steps.semver-aio.outputs.labels }}
env:
CRYPTOGRAPHY_DONT_BUILD_RUST: 1