Remove obsolete workflow and update Docker configurations

Removed the `docker-tag.yaml` workflow as it is no longer needed. Updated the destination tag format in `docker-master.yaml` and upgraded Node.js major version to 22 in the Dockerfile for compatibility and consistency.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2025-05-19 19:10:05 +02:00
commit 6095ba1cac
3 changed files with 2 additions and 25 deletions
.forgejo/workflows

View file

@ -20,4 +20,4 @@ jobs:
# --- optional (only needed when you plan to push) ---------------------
REGISTRY_USER: ${{ secrets.docker_username }}
REGISTRY_PASS: ${{ secrets.access_token }}
KANIKO_DESTINATION: git.van-hemmen.com/guillaumehemmen/debian-node-firebase:${GITHUB_SHA},git.van-hemmen.com/guillaumehemmen/debian-node-firebase:latest
KANIKO_DESTINATION: git.van-hemmen.com/guillaumehemmen/debian-node-firebase:debian_12-node_22,git.van-hemmen.com/guillaumehemmen/debian-node-firebase:latest