12 lines
296 B
YAML
12 lines
296 B
YAML
name: Build and Push Image
|
|
on: [ push ]
|
|
|
|
jobs:
|
|
build:
|
|
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 }}
|