#0000 - fix tag name issue
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
e4068c988f
commit
2cf7148f93
1 changed files with 1 additions and 7 deletions
|
@ -2,15 +2,9 @@ steps:
|
|||
|
||||
docker-build:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
environment:
|
||||
- CI_DEBIAN_VERSION=12
|
||||
- CI_NODE_MAJOR=18
|
||||
settings:
|
||||
build_args_from_env:
|
||||
- CI_TZ
|
||||
- CI_NODE_MAJOR
|
||||
repo: git.van-hemmen.com/guillaumehemmen/debian-node-firebase
|
||||
tags: latest,debian_${CI_DEBIAN_VERSION}-node_${CI_NODE_MAJOR}
|
||||
tags: latest,debian_12-node_18
|
||||
registry: git.van-hemmen.com
|
||||
username:
|
||||
from_secret: docker_username
|
||||
|
|
Loading…
Reference in a new issue