mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
fix publish docker description ci job (#13663)
* fix publish docker description ci job * remove publish-refs from docker description jobs
This commit is contained in:
committed by
GitHub
parent
27ccf17db5
commit
36fab3268c
@@ -52,7 +52,6 @@
|
||||
stage: publish
|
||||
extends:
|
||||
- .kubernetes-env
|
||||
- .publish-refs
|
||||
variables:
|
||||
CI_IMAGE: paritytech/dockerhub-description
|
||||
DOCKERHUB_REPOSITORY: parity/$PRODUCT
|
||||
@@ -63,6 +62,8 @@
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
changes:
|
||||
- scripts/ci/docker/$PRODUCT.Dockerfile.README.md
|
||||
before_script:
|
||||
- echo
|
||||
script:
|
||||
- cd / && sh entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user