From e2087dd140286318ba4f9981ca6906eff7062dc1 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 07:38:23 +0000 Subject: [PATCH] Update .gitea/workflows/node-ssh.yaml --- .gitea/workflows/node-ssh.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/node-ssh.yaml b/.gitea/workflows/node-ssh.yaml index dc3e615..e4e5578 100644 --- a/.gitea/workflows/node-ssh.yaml +++ b/.gitea/workflows/node-ssh.yaml @@ -3,15 +3,9 @@ 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: actions/runner-images/.gitea/workflows/build-push.yaml@main - with: - context: ./images/actions/node-ssh - tags: | - git.kjan.de/actions/node-ssh:latest - git.kjan.de/actions/node-ssh:${{ gitea.run_number }} + uses: actions/runner-images/.gitea/workflows/build-push.yaml@main + with: + context: ./images/actions/node-ssh + tags: | + git.kjan.de/actions/node-ssh:latest + git.kjan.de/actions/node-ssh:${{ gitea.run_number }}