mirror of
https://github.com/docker/build-push-action
synced 2024-11-12 22:31:41 +00:00
Update buildx
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
636b4540ec
commit
616efcd405
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ FROM deps AS test
|
||||||
COPY --from=docker /usr/local/bin/docker /usr/bin/
|
COPY --from=docker /usr/local/bin/docker /usr/bin/
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG BUILDX_VERSION=v0.4.2
|
ARG BUILDX_VERSION=v0.5.1
|
||||||
ENV RUNNER_TEMP=/tmp/github_runner
|
ENV RUNNER_TEMP=/tmp/github_runner
|
||||||
ENV RUNNER_TOOL_CACHE=/tmp/github_tool_cache
|
ENV RUNNER_TOOL_CACHE=/tmp/github_tool_cache
|
||||||
RUN mkdir -p /usr/local/lib/docker/cli-plugins && \
|
RUN mkdir -p /usr/local/lib/docker/cli-plugins && \
|
||||||
|
|
Loading…
Reference in a new issue