Fix ci syntax (#7553)

* fix ci syntax

* change to trigger ci
This commit is contained in:
Sergejs Kostjucenko
2023-07-28 11:24:42 +03:00
committed by GitHub
parent 05eed8a7d4
commit 11af1cea68
3 changed files with 5 additions and 3 deletions
@@ -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