mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-22 14:46:39 +02:00
tests for provenance
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0191543e0b
commit
f834265449
2 changed files with 124 additions and 2 deletions
|
@ -68,6 +68,8 @@ FROM docker/buildx-bin:${BUILDX_VERSION} as buildx
|
|||
FROM deps AS test
|
||||
ENV RUNNER_TEMP=/tmp/github_runner
|
||||
ENV RUNNER_TOOL_CACHE=/tmp/github_tool_cache
|
||||
ENV GITHUB_REPOSITORY=docker/build-push-action
|
||||
ENV GITHUB_RUN_ID=123456789
|
||||
RUN --mount=type=bind,target=.,rw \
|
||||
--mount=type=cache,target=/src/node_modules \
|
||||
--mount=type=bind,from=docker,source=/usr/local/bin/docker,target=/usr/bin/docker \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue