Fix Incorrect CI Stages
This commit is contained in:
parent
8750928014
commit
a3d549aa2a
1 changed files with 1 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ build-and-push-image:
|
|||
- podman push "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
|
||||
|
||||
push-retagged-branch:
|
||||
stage: push-retagged-latest
|
||||
stage: push-retagged-branch
|
||||
script:
|
||||
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- podman pull "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
|
||||
|
|
@ -39,7 +39,6 @@ push-retagged-branch:
|
|||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
when: on_success
|
||||
|
||||
|
||||
push-retagged-latest:
|
||||
stage: push-retagged-latest
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue