runner-images/.gitea/workflows/node-ssh.yaml

12 lines
271 B
YAML
Raw Normal View History

name: Build and Push Image
on: [ push ]
jobs:
build:
2024-07-11 07:39:08 +00:00
uses: ./.gitea/workflows/build-push.yaml
2024-07-11 07:38:23 +00:00
with:
context: ./images/actions/node-ssh
tags: |
git.kjan.de/actions/node-ssh:latest
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}