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

18 lines
425 B
YAML
Raw Normal View History

2024-07-11 07:19:30 +02: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 08:54:17 +02:00
- name: Build and Push Image
2024-07-11 07:00:50 +00:00
uses: ./.gitea/actions/build-push
2024-07-11 07:19:30 +02:00
with:
context: ./images/actions/node-ssh
tags: |
2024-07-11 07:28:22 +02:00
git.kjan.de/actions/node-ssh:latest
2024-07-11 08:54:17 +02:00
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}