runner-images/.gitea/workflows/node-ssh.yaml
Jan Gleytenhoover 3b3168086b
Some checks failed
Build and Push Image / build (push) Failing after 24s
Build and Push Image / Build and push image (push) Successful in 1m52s
Update .gitea/workflows/node-ssh.yaml
2024-07-11 07:39:08 +00:00

12 lines
271 B
YAML

name: Build and Push Image
on: [ push ]
jobs:
build:
uses: ./.gitea/workflows/build-push.yaml
with:
context: ./images/actions/node-ssh
tags: |
git.kjan.de/actions/node-ssh:latest
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}