mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
[ci] Fix docker tag for planetmint-aio (#356)
Otherwise a tag "latest-aio" instead of "latest" is created. Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
a3468cf991
commit
08ce10ab1f
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user