mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 05:21:08 +00:00
committed by
GitHub
parent
05eed8a7d4
commit
11af1cea68
@@ -5,3 +5,4 @@
|
||||
## [GitHub](https://github.com/paritytech/polkadot)
|
||||
|
||||
## [Polkadot Wiki](https://wiki.polkadot.network/)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Staking-miner Docker image
|
||||
|
||||
## [GitHub](https://github.com/paritytech/polkadot/tree/master/utils/staking-miner)
|
||||
|
||||
|
||||
@@ -116,8 +116,8 @@ publish-staking-miner-image:
|
||||
|
||||
publish-polkadot-image-description:
|
||||
stage: publish
|
||||
image: paritytech/dockerhub-description
|
||||
variables:
|
||||
CI_IMAGE: paritytech/dockerhub-description
|
||||
DOCKER_USER: ${Docker_Hub_User_Parity}
|
||||
DOCKER_PASS: ${Docker_Hub_Pass_Parity}
|
||||
DOCKERHUB_REPOSITORY: parity/polkadot
|
||||
@@ -126,7 +126,7 @@ publish-polkadot-image-description:
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
changes:
|
||||
- scripts/ci/dockerfiles/staking-miner/polkadot_Dockerfile.README.md
|
||||
- scripts/ci/dockerfiles/polkadot_Dockerfile.README.md
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
when: never
|
||||
script:
|
||||
@@ -136,8 +136,8 @@ publish-polkadot-image-description:
|
||||
|
||||
publish-staking-miner-image-description:
|
||||
stage: publish
|
||||
image: paritytech/dockerhub-description
|
||||
variables:
|
||||
CI_IMAGE: paritytech/dockerhub-description
|
||||
DOCKER_USER: ${Docker_Hub_User_Parity}
|
||||
DOCKER_PASS: ${Docker_Hub_Pass_Parity}
|
||||
DOCKERHUB_REPOSITORY: paritytech/staking-miner
|
||||
|
||||
Reference in New Issue
Block a user