Update .gitea/workflows/node-ssh.yaml

This commit is contained in:
Jan Gleytenhoover 2024-08-15 10:51:54 +00:00
parent 9bbce3a260
commit c18aa929cc

@ -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-ssh context: ./images/actions/node-ssh
push: true push: ${{ github.ref == 'refs/heads/main' }}
tags: | tags: |
git.kjan.de/actions/node-ssh:latest git.kjan.de/actions/node-ssh:latest
git.kjan.de/actions/node-ssh:${{ gitea.run_number }} git.kjan.de/actions/node-ssh:${{ gitea.run_number }}