Skip to content
Snippets Groups Projects
Commit 11af1cea authored by Sergejs Kostjucenko's avatar Sergejs Kostjucenko Committed by GitHub
Browse files

Fix ci syntax (#7553)

* fix ci syntax

* change to trigger ci
parent 05eed8a7
Branches
No related merge requests found
......@@ -5,3 +5,4 @@
## [GitHub](https://github.com/paritytech/polkadot)
## [Polkadot Wiki](https://wiki.polkadot.network/)
# 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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment