Skip to content

Commit ec2f6a6

Browse files
Adding packages write permissions for docker build
1 parent 15ba570 commit ec2f6a6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- docker-test
78
tags:
89
- v*
910
pull_request:
@@ -13,6 +14,8 @@ env:
1314

1415
jobs:
1516
build:
17+
permissions:
18+
packages: write
1619
runs-on: ubuntu-latest
1720

1821
steps:

0 commit comments

Comments
 (0)