updated to only run when tag is provided
Docker / Test (push) Successful in 40s
Docker / Publish (push) Failing after 6s

This commit is contained in:
brb
2023-07-12 10:08:13 +02:00
parent 5709c7152a
commit 550551c4a0
+2 -2
View File
@@ -3,8 +3,8 @@ run-name: Build and Publish Service
runs-on: ubuntu-latest runs-on: ubuntu-latest
on: on:
push: push:
branches: [release] tags:
tags: [v*] - 'v[0-9]+.[0-9]+.[0-9]+'
jobs: jobs:
test: test:
name: Test name: Test