Compare commits

..

1 Commits

Author SHA1 Message Date
4abff2f56a add condition to docker build 2024-08-05 08:45:23 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
name: 'Build docker container'
on: [push]
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest

View File

@ -1,5 +1,8 @@
name: 'Build docker container'
on: [push]
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest