Skip to content

Commit

Permalink
Disable InvalidDefaultArgInFrom buildkit check and fail build on chec…
Browse files Browse the repository at this point in the history
…k error
  • Loading branch information
HadrienPatte committed Nov 15, 2024
1 parent ea6ad1b commit 06f2a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ else
--build-arg UBUNTU_VERSION=${DEFAULT_UBUNTU_VERSION} \
--build-arg CHISEL_VERSION=${DEFAULT_CHISEL_VERSION} \
--build-arg SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
--build-arg "BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom;error=true" \
--label "org.opencontainers.image.authors=${GITHUB_REPOSITORY_OWNER}" \
--label "org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" \
--label "org.opencontainers.image.version=${VERSION}" \
Expand Down

0 comments on commit 06f2a38

Please sign in to comment.