Compare commits
2 Commits
2.7-runner
...
0.0.6
| Author | SHA1 | Date | |
|---|---|---|---|
| b9cb003834 | |||
| 6df9527db8 |
@@ -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:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ env:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*.*.*'
|
- '*.*.[0-9]'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user