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!

- \ No newline at end of file +