Skip to content

Commit

Permalink
docker build skip InvalidDefaultArgInFrom build check
Browse files Browse the repository at this point in the history
ARGs with default value are not acceptable here
  • Loading branch information
Fallen-Breath committed Nov 13, 2024
1 parent 7d4a07e commit bf3102e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/image_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: ${{ inputs.build_args }}
build-args: |-
BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
${{ inputs.build_args }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit bf3102e

Please sign in to comment.