#0000 - test arg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
df3146e891
commit
b309228f13
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
environment:
|
settings:
|
||||||
|
build_args:
|
||||||
- CI_TZ="Europe/Paris"
|
- CI_TZ="Europe/Paris"
|
||||||
- CI_NODE_MAJOR=18
|
- CI_NODE_MAJOR=18
|
||||||
- CI_DEBIAN_VERSION=12
|
- CI_DEBIAN_VERSION=12
|
||||||
settings:
|
|
||||||
repo: git.van-hemmen.com/guillaumehemmen/debian-node-firebase
|
repo: git.van-hemmen.com/guillaumehemmen/debian-node-firebase
|
||||||
tags: latest,debian_${CI_DEBIAN_VERSION}-node_${CI_NODE_MAJOR}
|
tags: latest,debian_${CI_DEBIAN_VERSION}-node_${CI_NODE_MAJOR}
|
||||||
registry: git.van-hemmen.com
|
registry: git.van-hemmen.com
|
||||||
|
|
Loading…
Reference in a new issue