revert ee87abbb847a6b921e5e0e6d9f871b42fcbcc655
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
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…
Reference in New Issue
Block a user