We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b478519 commit 1a05345Copy full SHA for 1a05345
1 file changed
.github/workflows/build-push-image.yml
@@ -34,7 +34,7 @@ jobs:
34
images: unicdocker/drupal-php
35
tags: |
36
type=schedule
37
- type=ref,event=branch
+ type=ref,event=branch,enable=${{ github.ref != 'refs/heads/main' }}
38
type=ref,event=tag
39
type=ref,event=pr
40
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
0 commit comments