mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 03:16:09 +08:00
Merge pull request #374 from tonistiigi/update-buildx-v0.15.1
update buildx to v0.15.1
This commit is contained in:
commit
d791e46ccd
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ on:
|
||||
|
||||
env:
|
||||
NODE_VERSION: "20"
|
||||
BUILDX_VERSION: "v0.15.0"
|
||||
BUILDX_VERSION: "v0.15.1"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
ARG NODE_VERSION=20
|
||||
ARG DOCKER_VERSION=26.0.2
|
||||
ARG BUILDX_VERSION=0.15.0
|
||||
ARG BUILDX_VERSION=0.15.1
|
||||
|
||||
FROM node:${NODE_VERSION}-alpine AS base
|
||||
RUN apk add --no-cache cpio findutils git
|
||||
|
Loading…
Reference in New Issue
Block a user