🗃️ Updated Dockerfile* and .env.scripts* 🗃️
Some checks failed
nodejs-18 / release-nodejs-18 (push) Has been cancelled
nodejs-20 / release-nodejs-20 (push) Has been cancelled
nodejs-22 / release-nodejs-22 (push) Has been cancelled
nodejs-23 / release-nodejs-23 (push) Has been cancelled
release-tag / release-image (push) Has been cancelled

Dockerfile
Dockerfile.18
Dockerfile.20
Dockerfile.22
Dockerfile.23
.gitea/workflows/docker-18.yaml
.gitea/workflows/docker.18.yaml
.gitea/workflows/docker-20.yaml
.gitea/workflows/docker.20.yaml
.gitea/workflows/docker-22.yaml
.gitea/workflows/docker.22.yaml
.gitea/workflows/docker-23.yaml
.gitea/workflows/docker.23.yaml
.gitea/workflows/docker.yaml
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
casjay
2025-11-29 11:04:39 -05:00
parent e20551a802
commit c158dc7030
16 changed files with 2679 additions and 1235 deletions

View File

@@ -46,7 +46,6 @@ jobs:
linux/amd64
linux/arm64
push: true
tags: | # replace it with your local IP and tags
tags: |
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DATE_TAG }}
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DOCKER_TAG }}