Skip to content

Commit

Permalink
Replicate images even if other steps fail (#4109)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson authored Feb 26, 2024
1 parent f91457f commit cac440a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ deploy_to_reliability_env:

deploy_to_docker_registries:
stage: deploy
needs: []
rules:
- if: '$CI_COMMIT_TAG =~ /^v.*/ || $CI_COMMIT_TAG == "dev"'
when: on_success
Expand All @@ -80,6 +81,7 @@ deploy_to_docker_registries:

deploy_latest_to_docker_registries:
stage: deploy
needs: []
rules:
- if: '$CI_COMMIT_TAG =~ /^v.*/'
when: on_success
Expand Down

0 comments on commit cac440a

Please sign in to comment.