Skip to content

Commit

Permalink
GitHub Actions: Run with version tags and enabled manual run workflok
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Nov 26, 2024
1 parent bf93194 commit 81ffef2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81ffef2

Please sign in to comment.