Compare commits

...

2 Commits

Author SHA1 Message Date
b9cb003834 should end 0-9 for package version to not conflict with runner deb action 2023-11-19 17:56:00 +01:00
6df9527db8 adz 2023-11-19 17:52:59 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
push: push:
tags: tags:
# Be carefull, conflict with package-deb *.*.*, don't use more than on dot *.* (ex: 2.5-runner) # Be carefull, conflict with package-deb *.*.*, don't use more than on dot *.* (ex: 2.5-runner)
- '*runner*' - '*-runner'
jobs: jobs:
build-and-push-debian-runner: build-and-push-debian-runner:

View File

@@ -10,7 +10,7 @@ env:
on: on:
push: push:
tags: tags:
- '*.*.*' - '*.*.[0-9]'
jobs: jobs:
build: build: