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 5955bd1b authored by Benoît's avatar Benoît
Browse files

Update container/build.yaml

parent 18eeebab
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ include:
DIGEST=$(manifest-tool push from-args \
--platforms linux/amd64,linux/arm64 \
--template ${DOCKER_HUB_DESTINATION}:${CI_APPLICATION_TAG}-ARCH \
--target ${DOCKER_HUB_DESTINATION}:latest
--target ${DOCKER_HUB_DESTINATION}:latest)
echo ${DIGEST}
digest=$(echo ${DIGEST} | awk '{print $2}')
echo "${DOCKER_HUB_DESTINATION}@${digest}" >> image-digest-all.txt
......
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