From 7e9537f4048d5f6ad6197a54166cc63b3e55ff9f Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 07:21:15 +0000 Subject: [PATCH] revert ee87abbb847a6b921e5e0e6d9f871b42fcbcc655 revert Delete .gitea/workflows/node-ssh.yaml --- .gitea/workflows/node-ssh.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/node-ssh.yaml diff --git a/.gitea/workflows/node-ssh.yaml b/.gitea/workflows/node-ssh.yaml new file mode 100644 index 0000000..7229517 --- /dev/null +++ b/.gitea/workflows/node-ssh.yaml @@ -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 }}