Skip to content

Commit 19e85f4

Browse files
authored
Fix tags (#27)
* fix staging tag * fix main tag
1 parent 13fbf73 commit 19e85f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ runs:
4949
tags: |
5050
type=schedule
5151
type=ref,event=tag
52-
type=ref,event=branch,enable: ${{ github.ref != 'refs/heads/main' }}
52+
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/main' }}
5353
type=ref,event=pr
5454
type=raw,value=latest,enable={{is_default_branch}}
55-
type=raw,value=staging,enable=${{ contains(github.event.head_ref, 'gh-readonly-queue-main') }}
55+
type=raw,value=staging,enable=${{ contains(github.event.head_ref, 'gh-readonly-queue/main') }}
5656
5757
- name: Build Image
5858
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)