Add packages write permission to docker workflow

This commit is contained in:
Selwin Ong 2022-09-25 17:11:15 +07:00
parent 7b6250c7ef
commit 48e821ecd0
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ on:
permissions:
contents: read # to fetch code (actions/checkout)
contents: read write # to fetch code (actions/checkout)
packages: write
jobs:
push: