Jan Gleytenhoover
15a77fdcf7
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m10s
18 lines
454 B
YAML
18 lines
454 B
YAML
name: Build and Push Image
|
|
on: [ push ]
|
|
|
|
jobs:
|
|
build:
|
|
name: Build and push image
|
|
runs-on: ubuntu-latest
|
|
container: catthehacker/ubuntu:act-latest
|
|
|
|
steps:
|
|
- name: Build and Push Image
|
|
uses: actions/runner-images/.gitea/actions/build-push.yml@main
|
|
with:
|
|
context: ./images/actions/node-ssh
|
|
tags: |
|
|
git.kjan.de/actions/node-ssh:latest
|
|
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}
|