This commit is contained in:
parent
0293191663
commit
e1c2230900
2 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,7 @@ matrix:
|
||||||
steps:
|
steps:
|
||||||
build-os:
|
build-os:
|
||||||
# image: woodpeckerci/plugin-docker-buildx:2
|
# image: woodpeckerci/plugin-docker-buildx:2
|
||||||
image: debian:slim
|
image: gitea.simcop2387.info/simcop2387/test_env:latest
|
||||||
commands:
|
|
||||||
- env
|
|
||||||
environment:
|
environment:
|
||||||
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
||||||
settings:
|
settings:
|
||||||
|
|
3
tmp/Dockerfile
Normal file
3
tmp/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FROM debian
|
||||||
|
|
||||||
|
CMD env
|
Loading…
Add table
Reference in a new issue