From b542c1006b3abf7d13f9af31c8d8b4f037a44210 Mon Sep 17 00:00:00 2001 From: Julian Strobl Date: Tue, 14 Mar 2023 09:17:15 +0100 Subject: [PATCH] [ci] Fix docker tag for planetmint-aio Otherwise a tag "latest-aio" instead of "latest" is created. Signed-off-by: Julian Strobl --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bbb3392..9947657 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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