mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Fix buildah login (#9786)
This commit is contained in:
committed by
GitHub
parent
68c93ec4e7
commit
867cf27bbd
@@ -662,8 +662,8 @@ build-rustdoc:
|
||||
--tag "$IMAGE_NAME:$VERSION"
|
||||
--tag "$IMAGE_NAME:latest"
|
||||
--file "$DOCKERFILE" .
|
||||
- echo "$DOCKER_HUB_USER" |
|
||||
buildah login --username "$DOCKER_HUB_PASS" --password-stdin docker.io
|
||||
- echo "$DOCKER_HUB_PASS" |
|
||||
buildah login --username "$DOCKER_HUB_USER" --password-stdin docker.io
|
||||
- buildah info
|
||||
- buildah push --format=v2s2 "$IMAGE_NAME:$VERSION"
|
||||
- buildah push --format=v2s2 "$IMAGE_NAME:latest"
|
||||
|
||||
Reference in New Issue
Block a user