This seems to actually be working now, try building, image push will fail
This commit is contained in:
parent
6ef1c1373f
commit
157df9d6ce
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,8 @@ matrix:
|
|||
|
||||
steps:
|
||||
build-os:
|
||||
# image: woodpeckerci/plugin-docker-buildx:2
|
||||
image: gitea.simcop2387.info/simcop2387/test_env:latest
|
||||
image: woodpeckerci/plugin-docker-buildx:2
|
||||
# image: gitea.simcop2387.info/simcop2387/test_env:latest
|
||||
environment:
|
||||
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
||||
settings:
|
||||
|
@ -17,6 +17,7 @@ steps:
|
|||
auto_tag: "false"
|
||||
build_args:
|
||||
- "IMAGE_VERSION=debian-${DEBIAN_VERSION}"
|
||||
- "OTHERARG=foo"
|
||||
# default_tag: "debian-${DEBIAN_VERSION}"
|
||||
tags:
|
||||
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
||||
|
|
Loading…
Add table
Reference in a new issue