2024-07-11 07:21:15 +00:00
|
|
|
name: Build and Push Image
|
|
|
|
on: [ push ]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-07-11 07:39:08 +00:00
|
|
|
uses: ./.gitea/workflows/build-push.yaml
|
2024-07-11 07:38:23 +00:00
|
|
|
with:
|
|
|
|
context: ./images/actions/node-ssh
|
|
|
|
tags: |
|
|
|
|
git.kjan.de/actions/node-ssh:latest
|
|
|
|
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}
|