Update .gitea/workflows/node-npm.yaml

This commit is contained in:
Jan Gleytenhoover 2024-08-15 10:49:00 +00:00
parent 084e71acfe
commit 728498cfb1

@ -33,7 +33,7 @@ jobs:
uses: https://git.kjan.de/actions/build-push-action@v5 uses: https://git.kjan.de/actions/build-push-action@v5
with: with:
context: ./images/actions/node-npm context: ./images/actions/node-npm
push: true push: ${{ github.ref == 'refs/heads/main' }}
tags: | tags: |
git.kjan.de/actions/node-npm:latest git.kjan.de/actions/node-npm:latest
git.kjan.de/actions/node-npm:${{ gitea.run_number }} git.kjan.de/actions/node-npm:${{ gitea.run_number }}