File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,6 @@ jobs:
383383 with :
384384 context : ${{ steps.dockerfile.outputs.dockerfile_dir }}
385385 file : ${{ steps.dockerfile.outputs.dockerfile_path }}
386- platforms : linux/amd64
387386 load : true
388387 tags : local-scan:${{ steps.meta.outputs.server_name }}-${{ steps.meta.outputs.version }}
389388 cache-from : type=gha
@@ -706,4 +705,4 @@ jobs:
706705 # Add efficiency note
707706 changed_count=$(echo '${{ needs.discover-configs.outputs.changed-configs }}' | jq length)
708707 total_count=$(echo '${{ needs.discover-configs.outputs.configs }}' | jq length)
709- echo "- **Efficiency**: Built $changed_count out of $total_count configurations" >> $GITHUB_STEP_SUMMARY
708+ echo "- **Efficiency**: Built $changed_count out of $total_count configurations" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments