Update .gitea/workflows/rust-node.yaml

This commit is contained in:
Jan Gleytenhoover 2024-08-15 10:52:45 +00:00
parent 39e1cf3250
commit ec9f5cdd56

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