Update .gitea/workflows/node-npm.yaml #13

Merged
jank merged 4 commits from add-custom-action into main 2024-08-16 19:20:20 +00:00
Showing only changes of commit cf20d40c75 - Show all commits

@ -20,3 +20,7 @@ jobs:
uses: https://git.kjan.de/actions/docker-build@v1 uses: https://git.kjan.de/actions/docker-build@v1
with: with:
name: node-npm name: node-npm
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}