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:
parent
ca4c86a5b9
commit
69a5044b51
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue