Skip to content

Commit 21f7610

Browse files
committed
chore(ci): add explicit package permissions to docker-publish workflow
1 parent df0cf18 commit 21f7610

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: Publish Docker Image
22

3+
34
on:
45
push:
56
branches: [ main ]
67
workflow_dispatch:
78

9+
permissions:
10+
contents: read
11+
packages: write
12+
813
jobs:
914
build-and-push:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)