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

Merge branch 'feat/latest-arch' into 'main'

feat(gitlab-ci): Provide additional per arch/branch "latest" tag

Closes #5

See merge request !15
parents 6eaad8f3 0a31ee56
No related branches found
No related tags found
1 merge request!15feat(gitlab-ci): Provide additional per arch/branch "latest" tag
Pipeline #14091 failed
......@@ -31,6 +31,7 @@ variables:
--format docker
.
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-$CI_REGISTRY_IMAGE_ARCH"
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-$CI_REGISTRY_IMAGE_ARCH" "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-latest-$CI_REGISTRY_IMAGE_ARCH"
container-build-amd64:
extends: .container-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment