This commit is contained in:
parent
b309228f13
commit
ca238429b6
1 changed files with 5 additions and 4 deletions
|
@ -2,11 +2,12 @@ steps:
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
environment:
|
||||||
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:
|
||||||
|
build_args_from_env: true
|
||||||
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