Skip to content

Commit 1a05345

Browse files
committed
no main tag for main
1 parent b478519 commit 1a05345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
images: unicdocker/drupal-php
3535
tags: |
3636
type=schedule
37-
type=ref,event=branch
37+
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/main' }}
3838
type=ref,event=tag
3939
type=ref,event=pr
4040
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)