This commit is contained in:
parent
0293191663
commit
e1c2230900
2 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,7 @@ matrix:
|
|||
steps:
|
||||
build-os:
|
||||
# image: woodpeckerci/plugin-docker-buildx:2
|
||||
image: debian:slim
|
||||
commands:
|
||||
- env
|
||||
image: gitea.simcop2387.info/simcop2387/test_env:latest
|
||||
environment:
|
||||
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
||||
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