Skip to content

Commit 7380dba

Browse files
authored
Merge pull request #195 from docker/deps/docker-actions-toolkit-module
chore(deps): update actions-toolkit module to 0.90.0
2 parents c2782c5 + 20403f8 commit 7380dba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ env:
161161
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0"
162162
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0"
163163
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
164-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.89.1"
164+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.90.0"
165165
COSIGN_VERSION: "v3.0.6"
166166
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
167167
MATRIX_SIZE_LIMIT: "20"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ env:
164164
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0"
165165
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0"
166166
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
167-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.89.1"
167+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.90.0"
168168
COSIGN_VERSION: "v3.0.6"
169169
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
170170
MATRIX_SIZE_LIMIT: "20"

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: false
1414

1515
env:
16-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.89.1"
16+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.90.0"
1717

1818
jobs:
1919
verify:

0 commit comments

Comments
 (0)