Skip to content

Commit d978739

Browse files
committed
build: fix permissions in docker push
Apparently newer repos need a permission that this one did not.
1 parent 815f150 commit d978739

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
tags: [ v* ]
66

7+
permissions:
8+
contents: write
9+
packages: write
10+
711
env:
812
REPO: ${{github.repository}}
913

0 commit comments

Comments
 (0)