revert ee87abbb847a6b921e5e0e6d9f871b42fcbcc655
Some checks are pending
Build and Push Image / Build and push image (push) Waiting to run

revert Delete .gitea/workflows/node-ssh.yaml
This commit is contained in:
Jan Gleytenhoover 2024-07-11 07:21:15 +00:00
parent ee87abbb84
commit 7e9537f404

@ -0,0 +1,17 @@
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: git.kjan.de/actions/runner-images/.gitea/actions/build-push.yml
with:
context: ./images/actions/node-ssh
tags: |
git.kjan.de/actions/node-ssh:latest
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}