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