Skip to content

Commit eae7077

Browse files
committed
ci: fix pack
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent c7ea0ac commit eae7077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
env.BUILDKIT_STEP_LOG_MAX_SIZE=-1
6565
env.BUILDKIT_STEP_LOG_MAX_SPEED=-1
6666
- name: Login DockerHub
67+
if: ${{ github.event_name != 'pull_request' }}
6768
uses: docker/login-action@v3
6869
with:
6970
username: ${{ env.INPUT_USERNAME }}

0 commit comments

Comments
 (0)