debian-node-firebase/.woodpecker.yml
Guillaume "B.B." Van Hemmen 4966b1242a
#0000 - Update Node.js version from 18 to 20
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.
2024-10-17 11:16:01 +02:00

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'