Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix publish dockerhub description ci jobs (#7558)
Browse files Browse the repository at this point in the history
* fix var names in ci

* fix formatting
  • Loading branch information
sergejparity authored Jul 28, 2023
1 parent e54e2e6 commit b42ee05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion scripts/ci/dockerfiles/polkadot_Dockerfile.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
## [GitHub](https://github.com/paritytech/polkadot)

## [Polkadot Wiki](https://wiki.polkadot.network/)

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Staking-miner Docker image

## [GitHub](https://github.com/paritytech/polkadot/tree/master/utils/staking-miner)

8 changes: 4 additions & 4 deletions scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b42ee05

Please sign in to comment.