From d918d64c48a656bc27f34c5e7801bd8d5f663467 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Tue, 7 Sep 2021 14:33:51 +0300 Subject: [PATCH] Fix buildah issue 3500 (#3805) --- polkadot/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 07f8fc5a55..19c97a874d 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -281,7 +281,7 @@ build-rustdoc: - buildah push --format=v2s2 "$IMAGE_NAME:$VERSION" - buildah push --format=v2s2 "$IMAGE_NAME:$EXTRATAG" after_script: - - buildah logout "$IMAGE_NAME" + - buildah logout --all publish-polkadot-image: stage: build @@ -336,7 +336,7 @@ publish-adder-collator-image: - job: build-adder-collator artifacts: true after_script: - - buildah logout "$IMAGE_NAME" + - buildah logout --all # pass artifacts to the simnet-tests job - echo "COLLATOR_IMAGE_NAME=${IMAGE_NAME}" > ./artifacts/collator.env - echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" >> ./artifacts/collator.env