Fix buildah issue 3500 (#9716)

This commit is contained in:
Sergejs Kostjucenko
2021-09-07 15:38:41 +03:00
committed by GitHub
parent 03b294641e
commit 4849e34270
+1 -1
View File
@@ -601,7 +601,7 @@ build-rustdoc:
- buildah push --format=v2s2 "$IMAGE_NAME:$VERSION"
- buildah push --format=v2s2 "$IMAGE_NAME:latest"
after_script:
- buildah logout "$IMAGE_NAME"
- buildah logout --all
# pass artifacts to the trigger-simnet job
- echo "SUBSTRATE_IMAGE_NAME=${IMAGE_NAME}" | tee -a ./artifacts/$PRODUCT/build.env
- IMAGE_TAG="$(cat ./artifacts/$PRODUCT/VERSION)"