update build ci

This commit is contained in:
Armando Diaz
2025-12-04 19:13:57 -06:00
parent 4a91dfabbc
commit 214a485ad9

View File

@@ -63,8 +63,6 @@ publish:
--label org.opencontainers.image.source=${CI_PROJECT_URL} \ --label org.opencontainers.image.source=${CI_PROJECT_URL} \
--label org.opencontainers.image.revision=${CI_COMMIT_SHA} \ --label org.opencontainers.image.revision=${CI_COMMIT_SHA} \
--label org.opencontainers.image.created=$(date -u +%Y-%m-%dT%H:%M:%SZ) \ --label org.opencontainers.image.created=$(date -u +%Y-%m-%dT%H:%M:%SZ) \
--layers \
--cache-from ${IMAGE_NAME}:latest \
. .
- buildah push ${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA} - buildah push ${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA}
- buildah push ${IMAGE_NAME}:${CI_COMMIT_REF_SLUG} - buildah push ${IMAGE_NAME}:${CI_COMMIT_REF_SLUG}