Compare commits

...

1 Commits

Author SHA1 Message Date
David Claeys 4abff2f56a add condition to docker build 2024-08-05 08:45:23 +02:00
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
name: 'Build docker container'
on: [push]
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
+4 -1
View File
@@ -1,5 +1,8 @@
name: 'Build docker container'
on: [push]
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest