should work now

This commit is contained in:
Thomas Schleicher 2024-10-22 20:19:53 +02:00
parent 15a91ad89b
commit 0bf7a93307

View file

@ -40,13 +40,11 @@ package_job:
- cd ${BUILD_DIR}
- docker build -t ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG} .
- docker save ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG} -o ${DOCKER_IMAGE_NAME}.tar
- ls -la
- tree ./
only:
- main
artifacts:
expire_in: "1 days"
paths:
- ${DOCKER_IMAGE_NAME}.tar
- ${BUILD_DIR}/${DOCKER_IMAGE_NAME}.tar
tags:
- shell