Skip to content
Snippets Groups Projects
Verified Commit bb2ed694 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(images): Also push latest image for all images

parent 7d560d6c
No related branches found
No related tags found
No related merge requests found
Pipeline #15973 passed
...@@ -23,6 +23,7 @@ container-build-release: ...@@ -23,6 +23,7 @@ container-build-release:
--label "org.opencontainers.image.title=${IMAGE}" --label "org.opencontainers.image.title=${IMAGE}"
--reproducible --reproducible
--destination "quay.io/shivering-isles/${IMAGE}:${release}" --destination "quay.io/shivering-isles/${IMAGE}:${release}"
--destination "quay.io/shivering-isles/${IMAGE}:latest"
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes: changes:
......
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