mirror of https://github.com/aruppi/aruppi-api
GitHub Actions: Run with version tags and enabled manual run workflok
This commit is contained in:
parent
bf93194dc8
commit
81ffef20b4
|
@ -10,12 +10,14 @@ name: Publish Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ v5 ]
|
#branches: [ v5 ]
|
||||||
tags:
|
tags:
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
paths:
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
- 'src/*'
|
#paths:
|
||||||
- '!src/main/resources/*'
|
# - 'src/*'
|
||||||
|
# - '!src/main/resources/*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
Loading…
Reference in New Issue