Skip to content

Commit

Permalink
Fix build.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 15, 2021
1 parent 8e7a387 commit 1ae239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build.Dockerfile
Expand Up @@ -17,7 +17,7 @@ COPY --from=deps /vendor /

FROM deps AS vendor-validate
RUN --mount=type=bind,target=.,rw \
git add -A && cp -rf /out/* .; \
git add -A && cp -rf /vendor/* .; \
if [ -n "$(git status --porcelain -- yarn.lock)" ]; then \
echo >&2 'ERROR: Vendor result differs. Please vendor your package with "docker buildx bake vendor-update"'; \
git status --porcelain -- yarn.lock; \
Expand Down

0 comments on commit 1ae239f

Please sign in to comment.