add build
Some checks failed
Build / build (push) Failing after 49s

This commit is contained in:
Ivo Spijkerman
2025-08-31 16:35:22 +02:00
parent cdbf09e5e4
commit 4e32b0bd25

View File

@@ -0,0 +1,19 @@
name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and push Docker image
run: docker build -t 172.19.0.2:32768/ponzi:$(git rev-parse --short HEAD) ponzi