12 lines
271 B
YAML
12 lines
271 B
YAML
name: Build and Push Image
|
|
on: [ push ]
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.gitea/workflows/build-push.yaml
|
|
with:
|
|
context: ./images/actions/node-ssh
|
|
tags: |
|
|
git.kjan.de/actions/node-ssh:latest
|
|
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}
|