Skip to content

Commit 11c574e

Browse files
authored
fix(action): fix action permission issue (#4)
1 parent b76cead commit 11c574e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ on:
2929
permissions:
3030
contents: read
3131
packages: write
32+
actions: write
3233

3334
jobs:
3435
push-mcp-images:
@@ -81,7 +82,7 @@ jobs:
8182
# password: ${{ secrets.QUAY_PASSWORD }}
8283

8384
- name: Build and push
84-
uses: docker/build-push-action@v5
85+
uses: docker/build-push-action@v6
8586
with:
8687
context: .
8788
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)