runner-images/.gitea/workflows/node-ssh.yaml
Jan Gleytenhoover e2087dd140
Some checks failed
Build and Push Image / build (push) Failing after 0s
Build and Push Image / Build and push image (push) Has been cancelled
Update .gitea/workflows/node-ssh.yaml
2024-07-11 07:38:23 +00:00

12 lines
296 B
YAML

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