Skip to content

Commit 696722d

Browse files
authored
Merge pull request #120 from lbr-stack/fix/roboreg-119/docker_org_push
Docker push permission
2 parents 6e55b7f + 8140202 commit 696722d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
docker:
11+
permissions:
12+
packages: write
1113
runs-on: ubuntu-latest
1214
strategy:
1315
matrix:

0 commit comments

Comments
 (0)