runner-images/.gitea/workflows/node-ssh.yaml
Jan Gleytenhoover 1f1ec5a6aa
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m54s
Update .gitea/workflows/node-ssh.yaml
2024-07-11 06:57:13 +00:00

18 lines
430 B
YAML

name: Build and Push Image
on: [ push ]
jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Build and Push Image
uses: ./.gitea/actions/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 }}