move to git.spijkerman.com

This commit is contained in:
bb-ivo
2024-04-22 11:11:20 +02:00
parent 675dacb3c2
commit 1713aeb247
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
name: Build and Publish
on:
push:
branches:
- master
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/dsa:$(git rev-parse --short HEAD) .