We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56360f2 + 0a2da91 commit a0b79cdCopy full SHA for a0b79cd
1 file changed
.github/workflows/docker-build-and-push.yml
@@ -1,17 +1,16 @@
1
name: Build and Push Docker Image
2
3
on:
4
+ push:
5
+ branches: [main, dev, demo]
6
pull_request:
7
8
types:
9
- opened
10
- ready_for_review
11
- reopened
12
- synchronize
- branches:
- - main
- - dev
13
- - demo
14
- workflow_dispatch: # Add this line to enable manual triggering
+ merge_group:
15
16
jobs:
17
build-and-push:
@@ -61,4 +60,3 @@ jobs:
61
60
tags: |
62
${{ steps.registry.outputs.registry }}/webapp:${{ steps.determine_tag.outputs.tagname }}
63
${{ steps.registry.outputs.registry }}/webapp:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
64
-
0 commit comments