Skip to content

Commit 144584b

Browse files
committed
build: update actions-toolkit to 0.67.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 46d1973 commit 144584b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ on:
110110
required: false
111111

112112
env:
113-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.66.0"
113+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.67.0"
114114
COSIGN_VERSION: "v3.0.2"
115115
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
116116

@@ -120,6 +120,7 @@ jobs:
120120
permissions:
121121
contents: read
122122
id-token: write # needed for signing the images with GitHub OIDC Token
123+
packages: write # needed to push images to GitHub Container Registry
123124
steps:
124125
-
125126
name: Docker meta

0 commit comments

Comments
 (0)