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 ede745d commit d50def6Copy full SHA for d50def6
.github/workflows/build.yml
@@ -76,13 +76,13 @@ jobs:
76
run: make test-setup test-${{ matrix.variant }}
77
78
- name: Login to GitHub Container Registry
79
- if: startsWith(github.ref, 'refs/heads/v')
+ if: startsWith(github.ref, 'refs/tags/v')
80
uses: docker/login-action@v3
81
with:
82
registry: ghcr.io
83
username: ${{ github.actor }}
84
password: ${{ secrets.GITHUB_TOKEN }}
85
86
- name: Push to GitHub Container Registry
87
88
run: make push-${{ matrix.variant }}
0 commit comments