2024-07-11 07:21:15 +00:00
|
|
|
name: Build and Push Image
|
|
|
|
on: [ push ]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-07-11 07:38:23 +00:00
|
|
|
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 }}
|