Skip to content

Commit 11df0d5

Browse files
committed
fix ghcr perms
1 parent b3380cd commit 11df0d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Upload Docker image
2525
run: docker push ghcr.io/buschlab/fhirspark:latest
26+
27+
permissions:
28+
packages: write

0 commit comments

Comments
 (0)