Skip to content

Commit 00b95d2

Browse files
committed
fix: always login to GHCR (needed to pull build image on release)
1 parent a950f88 commit 00b95d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
6969
- name: Login to GHCR
7070
uses: docker/login-action@v3
71-
if: "!startsWith(github.ref, 'refs/tags/v')"
7271
with:
7372
registry: ghcr.io
7473
username: ${{ github.actor }}

0 commit comments

Comments
 (0)