fix: load Docker image for PR events to resolve CI failure

This commit is contained in:
GitHub Actions
2025-12-17 22:52:56 +00:00
parent cd7f192acd
commit 76895a9674
4 changed files with 49 additions and 175 deletions

View File

@@ -108,6 +108,7 @@ jobs:
context: .
platforms: ${{ github.event_name == 'pull_request' && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
push: ${{ github.event_name != 'pull_request' }}
load: ${{ github.event_name == 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
pull: true # Always pull fresh base images to get latest security patches