Fix buildah issue 3500 (#3805)

This commit is contained in:
Sergejs Kostjucenko
2021-09-07 14:33:51 +03:00
committed by GitHub
parent a752ec1d24
commit d918d64c48
+2 -2
View File
@@ -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