Skip to content

Commit 54dc456

Browse files
authored
Change Docker publish permissions to write
1 parent 931dfa1 commit 54dc456

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
22

33
permissions:
44
contents: read
5-
packages: read
5+
packages: write
66

77
on:
88
release:
@@ -67,4 +67,4 @@ jobs:
6767
docker buildx build --platform linux/amd64,linux/arm64 \
6868
--tag ${{ env.REPO_NAME }}:${{ env.VERSION }} \
6969
--tag ${{ env.REPO_NAME }}:latest \
70-
--push .
70+
--push .

0 commit comments

Comments
 (0)