move to git.spijkerman.com
This commit is contained in:
19
.gitea/workflows/build-and-publish.yaml
Normal file
19
.gitea/workflows/build-and-publish.yaml
Normal 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) .
|
||||
@@ -37,7 +37,7 @@
|
||||
<a href="https://docs.google.com/forms/d/e/1FAIpQLSddGpp9kbvW9QfLVATOM3pJqhq1ci0_gdZdpGmXmkPRMoiLEw/viewform?usp=sf_link"
|
||||
target="_blank">Klik hier!</a></p>
|
||||
<p>Wil je de code van deze pagina zien of hieraan bijdragen?
|
||||
<a href="https://github.com/spijkercenter/frietlijst"
|
||||
<a href="https://git.spijkerman.com/ivo/frietlijst"
|
||||
target="_blank">Klik hier!</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user