Guillaume "B.B." Van Hemmen
4966b1242a
Changed the ARG_NODE_MAJOR in Dockerfile and updated corresponding tags in .woodpecker.yml to reflect the new Node.js version. This ensures that the build process uses the latest version of Node.js.
17 lines
405 B
YAML
17 lines
405 B
YAML
steps:
|
|
|
|
docker-build:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: git.van-hemmen.com/guillaumehemmen/debian-node-firebase
|
|
tags: latest,debian_12-node_20
|
|
registry: git.van-hemmen.com
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|
|
when:
|
|
event:
|
|
- cron
|
|
- push
|
|
branch: 'master'
|