Update docker_server.yml

This commit is contained in:
Julian Groß 2022-08-10 01:31:50 +02:00
parent 489fb3236a
commit 2889746dad

View file

@ -50,9 +50,15 @@ pipeline:
create_docker_runtime_image:
image: docker.io/juliangro/overte-server-build:0.1
commands:
- docker build -t overte-org/overte-server:${CI_COMMIT_SHA}_${CI_BUILD_NUMBER} -f tools/ci-scripts/docker_package/Dockerfile_runtime .
image: woodpeckerci/plugin-docker-buildx
settings:
dry_run: true
repo: overte-org/overte-server
dockerfile: tools/ci-scripts/docker_package/Dockerfile_runtime
platforms: ${platform}
tag: ${CI_COMMIT_SHA}_${CI_BUILD_NUMBER}
#commands:
# - docker build -t overte-org/overte-server: -f tools/ci-scripts/docker_package/Dockerfile_runtime .
export_docker_runtime_image: