Update .gitea/workflows/node-ssh.yaml
Some checks failed
Build and Push Image / build (push) Failing after 0s
Build and Push Image / Build and push image (push) Has been cancelled

This commit is contained in:
Jan Gleytenhoover 2024-07-11 07:38:23 +00:00
parent 648e4f77d7
commit e2087dd140

@ -3,15 +3,9 @@ on: [ push ]
jobs: jobs:
build: build:
name: Build and push image uses: actions/runner-images/.gitea/workflows/build-push.yaml@main
runs-on: ubuntu-latest with:
container: catthehacker/ubuntu:act-latest context: ./images/actions/node-ssh
tags: |
steps: git.kjan.de/actions/node-ssh:latest
- name: Build and Push Image 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 }}