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