Delete .gitea/workflows/node-ssh.yaml
Some checks are pending
Build and Push Image / Build and push image (push) Waiting to run

This commit is contained in:
Jan Gleytenhoover 2024-07-11 07:21:04 +00:00
parent a90dc5e589
commit ee87abbb84

@ -1,17 +0,0 @@
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 }}