mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 08:21:05 +00:00
Fix buildah issue 3500 (#9716)
This commit is contained in:
committed by
GitHub
parent
03b294641e
commit
4849e34270
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user