From 1713aeb24771040b0038b0fa2b611b076e140386 Mon Sep 17 00:00:00 2001
From: bb-ivo
Date: Mon, 22 Apr 2024 11:11:20 +0200
Subject: [PATCH] move to git.spijkerman.com
---
.gitea/workflows/build-and-publish.yaml | 19 +++++++++++++++++++
src/templates/frietlijst.html | 4 ++--
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 .gitea/workflows/build-and-publish.yaml
diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml
new file mode 100644
index 0000000..1748ddb
--- /dev/null
+++ b/.gitea/workflows/build-and-publish.yaml
@@ -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) .
diff --git a/src/templates/frietlijst.html b/src/templates/frietlijst.html
index 4d9b72f..9c3425a 100644
--- a/src/templates/frietlijst.html
+++ b/src/templates/frietlijst.html
@@ -37,9 +37,9 @@
Klik hier!
Wil je de code van deze pagina zien of hieraan bijdragen?
- Klik hier!