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:
|
steps:
|
||||||
build-os:
|
build-os:
|
||||||
# image: woodpeckerci/plugin-docker-buildx:2
|
image: woodpeckerci/plugin-docker-buildx:2
|
||||||
image: gitea.simcop2387.info/simcop2387/test_env:latest
|
# image: gitea.simcop2387.info/simcop2387/test_env:latest
|
||||||
environment:
|
environment:
|
||||||
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
||||||
settings:
|
settings:
|
||||||
|
@ -17,6 +17,7 @@ steps:
|
||||||
auto_tag: "false"
|
auto_tag: "false"
|
||||||
build_args:
|
build_args:
|
||||||
- "IMAGE_VERSION=debian-${DEBIAN_VERSION}"
|
- "IMAGE_VERSION=debian-${DEBIAN_VERSION}"
|
||||||
|
- "OTHERARG=foo"
|
||||||
# default_tag: "debian-${DEBIAN_VERSION}"
|
# default_tag: "debian-${DEBIAN_VERSION}"
|
||||||
tags:
|
tags:
|
||||||
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue