Update .gitea/workflows/node-ssh.yaml
This commit is contained in:
parent
648e4f77d7
commit
e2087dd140
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user