Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 82df4252 authored by Benoît's avatar Benoît
Browse files

clean

parent 4a7d468b
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ include:
- |
if [[ -z "${CI_COMMIT_TAG}" ]]; then
DIGEST=$(manifest-tool push from-args \
--platforms linux/amd64,linux/arm64 \
--platforms linux/amd64 \
--template ${CI_IMAGE}-ARCH \
--target ${CI_IMAGE})
echo ${DIGEST}
......@@ -70,14 +70,14 @@ include:
- |
if [[ -n "${CI_COMMIT_TAG}" ]]; then
DIGEST=$(manifest-tool push from-args \
--platforms linux/amd64,linux/arm64 \
--platforms linux/amd64 \
--template ${DOCKER_HUB_DESTINATION}:${CI_APPLICATION_TAG}-ARCH \
--target ${DOCKER_HUB_DESTINATION}:${CI_APPLICATION_TAG})
echo ${DIGEST}
digest=$(echo ${DIGEST} | awk '{print $2}')
echo "${DOCKER_HUB_DESTINATION}@${digest}" >> image-digest-all.txt
DIGEST=$(manifest-tool push from-args \
--platforms linux/amd64,linux/arm64 \
--platforms linux/amd64 \
--template ${DOCKER_HUB_DESTINATION}:${CI_APPLICATION_TAG}-ARCH \
--target ${DOCKER_HUB_DESTINATION}:latest)
echo ${DIGEST}
......
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