1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ci: fix pushing images build with buildx

This commit is contained in:
Steffen Vogel 2021-01-08 21:01:27 +01:00
parent ca4c86a5b9
commit 69a5044b51

View file

@ -229,13 +229,14 @@ packaging:docker:
- docker buildx inspect --bootstrap cross-platform-build
script:
- docker buildx build ${DOCKER_OPTS}
--push
--output type=docker
--target app
--build-arg ARCH=${ARCH}
--build-arg TRIPLET=${TRIPLET}
--platform ${PLATFORM}
--file ${DOCKER_FILE}
--tag ${DOCKER_IMAGE}:${DOCKER_TAG}-${ARCH} .
- docker push ${DOCKER_IMAGE}:${DOCKER_TAG}-${ARCH}
variables:
DISTRO: alpine
tags: