Fix publish dockerhub description ci jobs (#7558)

* fix var names in ci

* fix formatting
This commit is contained in:
Sergejs Kostjucenko
2023-07-28 16:50:46 +03:00
committed by GitHub
parent c11d8d928e
commit 9354598e4a
3 changed files with 4 additions and 6 deletions
@@ -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