Skip to content

Commit

Permalink
ci: tag=queue for merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 23, 2023
1 parent 0545afd commit 1bc8cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number || 'main' }}
tag: ${{ github.event.number || 'queue' }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')

Expand All @@ -76,5 +76,5 @@ jobs:
with:
autoscaling: false
tag: ${{ github.event.number }}
release: ${{ github.event.number || 'main' }}
release: ${{ github.event.number || 'queue' }}
triggers: ('backend/' 'frontend/' 'migrations/' 'charts/')

0 comments on commit 1bc8cd0

Please sign in to comment.