runner-images/.gitea/workflows/node-ssh.yaml

18 lines
452 B
YAML
Raw Normal View History

2024-07-11 05:19:30 +00:00
name: Build and Push Image
on: [ push ]
jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
2024-07-11 06:54:17 +00:00
- name: Build and Push Image
2024-07-11 07:15:55 +00:00
uses: actions/runner-images/.gitea/actions/build-push.yml@v1
2024-07-11 05:19:30 +00:00
with:
context: ./images/actions/node-ssh
tags: |
2024-07-11 05:28:22 +00:00
git.kjan.de/actions/node-ssh:latest
2024-07-11 06:54:17 +00:00
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}