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 893d9de commit 6874900Copy full SHA for 6874900
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
type=pep440,pattern={{version}}
32
type=raw,value=latest,enable={{is_default_branch}}
33
type=ref,event=pr
34
- type=raw,value=test,enable=${{ !endsWith(github.ref, 'main')
+ type=raw,value=test,enable=${{ !endsWith(github.ref, '/main')}}
35
36
- name: Docker login on main origin
37
uses: docker/login-action@v3
0 commit comments