Skip to content
Snippets Groups Projects
Commit 9595c8fa authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(release): force publish Docker arm64

parent 8036f702
No related branches found
No related tags found
1 merge request!199Release/runtime 700
Pipeline #34333 waiting for manual action
......@@ -125,12 +125,12 @@ tests:
- cargo cucumber
.deploy_docker_multiplatform:
stage: release
stage: build
rules:
- if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/
when: manual
changes:
- node/specs/$CHAIN-raw.json
# changes:
# - node/specs/$CHAIN-raw.json
- when: never
before_script:
- sh -c "[ -n '$DUNITERTEAM_PASSWD' ] || ( echo No access to environment variable 'DUNITERTEAM_PASSWD'; exit 1 )"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment