mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
Update docker_server.yml
This commit is contained in:
parent
489fb3236a
commit
2889746dad
1 changed files with 9 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue