diff --git a/.gitea/workflows/node-ssh.yaml b/.gitea/workflows/node-ssh.yaml deleted file mode 100644 index 7229517..0000000 --- a/.gitea/workflows/node-ssh.yaml +++ /dev/null @@ -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 }}