mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 12:27:56 +00:00
Fix publish dockerhub description ci jobs (#7558)
* fix var names in ci * fix formatting
This commit is contained in:
committed by
GitHub
parent
c11d8d928e
commit
9354598e4a
@@ -5,4 +5,3 @@
|
||||
## [GitHub](https://github.com/paritytech/polkadot)
|
||||
|
||||
## [Polkadot Wiki](https://wiki.polkadot.network/)
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# Staking-miner Docker image
|
||||
|
||||
## [GitHub](https://github.com/paritytech/polkadot/tree/master/utils/staking-miner)
|
||||
|
||||
|
||||
@@ -118,8 +118,8 @@ publish-polkadot-image-description:
|
||||
stage: publish
|
||||
image: paritytech/dockerhub-description
|
||||
variables:
|
||||
DOCKER_USER: ${Docker_Hub_User_Parity}
|
||||
DOCKER_PASS: ${Docker_Hub_Pass_Parity}
|
||||
DOCKER_USERNAME: ${Docker_Hub_User_Parity}
|
||||
DOCKER_PASSWORD: ${Docker_Hub_Pass_Parity}
|
||||
DOCKERHUB_REPOSITORY: parity/polkadot
|
||||
SHORT_DESCRIPTION: "Polkadot Official Docker Image"
|
||||
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/dockerfiles/polkadot_Dockerfile.README.md
|
||||
@@ -138,8 +138,8 @@ publish-staking-miner-image-description:
|
||||
stage: publish
|
||||
image: paritytech/dockerhub-description
|
||||
variables:
|
||||
DOCKER_USER: ${Docker_Hub_User_Parity}
|
||||
DOCKER_PASS: ${Docker_Hub_Pass_Parity}
|
||||
DOCKER_USERNAME: ${Docker_Hub_User_Parity}
|
||||
DOCKER_PASSWORD: ${Docker_Hub_Pass_Parity}
|
||||
DOCKERHUB_REPOSITORY: paritytech/staking-miner
|
||||
SHORT_DESCRIPTION: "Staking-miner Docker Image"
|
||||
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/dockerfiles/staking-miner/staking-miner_Dockerfile.README.md
|
||||
|
||||
Reference in New Issue
Block a user