We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e90b0 commit 0cdaac0Copy full SHA for 0cdaac0
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
ghcr.io/${{ github.repository }}
56
tags: |
57
type=raw,value=develop,enable={{is_default_branch}}
58
- type=raw,value=next,enable=${{ branch == 'next' }}
+ type=raw,value=next,enable=${{ github.ref_name == 'next' }}
59
- name: Build and push
60
uses: docker/build-push-action@v6
61
with:
0 commit comments