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:
|
||||
push:
|
||||
branches: [ v5 ]
|
||||
#branches: [ v5 ]
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
paths:
|
||||
- 'src/*'
|
||||
- '!src/main/resources/*'
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
#paths:
|
||||
# - 'src/*'
|
||||
# - '!src/main/resources/*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
Loading…
Reference in New Issue