Skip to content

Commit fcdd08c

Browse files
authored
Update dockercontainer-build.yml
1 parent 9842915 commit fcdd08c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dockercontainer-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
needs: test
3434
runs-on: ubuntu-latest
3535
if: github.event_name == 'push'
36+
permissions:
37+
contents: read
38+
packages: write
3639
steps:
3740
- name: Checkout code
3841
uses: actions/checkout@v2

0 commit comments

Comments
 (0)