Skip to content

Commit d50def6

Browse files
committed
fix tag refs
1 parent ede745d commit d50def6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
run: make test-setup test-${{ matrix.variant }}
7777

7878
- name: Login to GitHub Container Registry
79-
if: startsWith(github.ref, 'refs/heads/v')
79+
if: startsWith(github.ref, 'refs/tags/v')
8080
uses: docker/login-action@v3
8181
with:
8282
registry: ghcr.io
8383
username: ${{ github.actor }}
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: Push to GitHub Container Registry
87-
if: startsWith(github.ref, 'refs/heads/v')
87+
if: startsWith(github.ref, 'refs/tags/v')
8888
run: make push-${{ matrix.variant }}

0 commit comments

Comments
 (0)