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

Fix publish dockerhub description ci jobs #7558

Merged
merged 2 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading