Skip to content

Commit 0b95a6b

Browse files
committed
Make log in non conditional
1 parent 3877519 commit 0b95a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# uses: docker/build-push-actions@v6
2424

2525
- name: Log in to GHCR
26-
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
26+
# if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
2727
uses: docker/login-action@v3
2828
with:
2929
registry: ghcr.io/${{ github.repository_owner }}

0 commit comments

Comments
 (0)