#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:
|
||||
|
||||
docker-build:
|
||||
image: plugins/docker
|
||||
environment:
|
||||
- CI_TZ="Europe/Paris"
|
||||
- CI_NODE_MAJOR=18
|
||||
- CI_DEBIAN_VERSION=12
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
build_args:
|
||||
- CI_TZ="Europe/Paris"
|
||||
- CI_NODE_MAJOR=18
|
||||
- CI_DEBIAN_VERSION=12
|
||||
repo: git.van-hemmen.com/guillaumehemmen/debian-node-firebase
|
||||
tags: latest,debian_${CI_DEBIAN_VERSION}-node_${CI_NODE_MAJOR}
|
||||
registry: git.van-hemmen.com
|
||||
|
|
Loading…
Reference in a new issue