Skip to content

Commit

Permalink
Fix buildah issue 3500 (paritytech#9716)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity authored Sep 7, 2021
1 parent cd21e62 commit 6c7adf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 6c7adf1

Please sign in to comment.