revert ee87abbb84
Some checks are pending
Build and Push Image / Build and push image (push) Waiting to run
Some checks are pending
Build and Push Image / Build and push image (push) Waiting to run
revert Delete .gitea/workflows/node-ssh.yaml
This commit is contained in:
parent
ee87abbb84
commit
7e9537f404
1 changed files with 17 additions and 0 deletions
17
.gitea/workflows/node-ssh.yaml
Normal file
17
.gitea/workflows/node-ssh.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue