Skip to content

Commit 5ab93e6

Browse files
committed
need login off while we test
Signed-off-by: clux <[email protected]>
1 parent 0a7f6e0 commit 5ab93e6

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
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Docker login on main origin
130130
uses: docker/login-action@v3
131-
if: github.event_name != 'pull_request'
131+
#if: github.event_name != 'pull_request'
132132
with:
133133
registry: ghcr.io
134134
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)