mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +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)
|
## [GitHub](https://github.com/paritytech/polkadot)
|
||||||
|
|
||||||
## [Polkadot Wiki](https://wiki.polkadot.network/)
|
## [Polkadot Wiki](https://wiki.polkadot.network/)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Staking-miner Docker image
|
# Staking-miner Docker image
|
||||||
|
|
||||||
## [GitHub](https://github.com/paritytech/polkadot/tree/master/utils/staking-miner)
|
## [GitHub](https://github.com/paritytech/polkadot/tree/master/utils/staking-miner)
|
||||||
|
|
||||||
|
|||||||
@@ -118,8 +118,8 @@ publish-polkadot-image-description:
|
|||||||
stage: publish
|
stage: publish
|
||||||
image: paritytech/dockerhub-description
|
image: paritytech/dockerhub-description
|
||||||
variables:
|
variables:
|
||||||
DOCKER_USER: ${Docker_Hub_User_Parity}
|
DOCKER_USERNAME: ${Docker_Hub_User_Parity}
|
||||||
DOCKER_PASS: ${Docker_Hub_Pass_Parity}
|
DOCKER_PASSWORD: ${Docker_Hub_Pass_Parity}
|
||||||
DOCKERHUB_REPOSITORY: parity/polkadot
|
DOCKERHUB_REPOSITORY: parity/polkadot
|
||||||
SHORT_DESCRIPTION: "Polkadot Official Docker Image"
|
SHORT_DESCRIPTION: "Polkadot Official Docker Image"
|
||||||
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/dockerfiles/polkadot_Dockerfile.README.md
|
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/dockerfiles/polkadot_Dockerfile.README.md
|
||||||
@@ -138,8 +138,8 @@ publish-staking-miner-image-description:
|
|||||||
stage: publish
|
stage: publish
|
||||||
image: paritytech/dockerhub-description
|
image: paritytech/dockerhub-description
|
||||||
variables:
|
variables:
|
||||||
DOCKER_USER: ${Docker_Hub_User_Parity}
|
DOCKER_USERNAME: ${Docker_Hub_User_Parity}
|
||||||
DOCKER_PASS: ${Docker_Hub_Pass_Parity}
|
DOCKER_PASSWORD: ${Docker_Hub_Pass_Parity}
|
||||||
DOCKERHUB_REPOSITORY: paritytech/staking-miner
|
DOCKERHUB_REPOSITORY: paritytech/staking-miner
|
||||||
SHORT_DESCRIPTION: "Staking-miner Docker Image"
|
SHORT_DESCRIPTION: "Staking-miner Docker Image"
|
||||||
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/dockerfiles/staking-miner/staking-miner_Dockerfile.README.md
|
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/dockerfiles/staking-miner/staking-miner_Dockerfile.README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user