forgot permissions for actions

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

Simon Smith committed Jun 3, 2025 at 21:51 UTC 8f7082062926f850b7718c493d84771296a38ab1
1 file changed +3
.github/workflows/docker.yml
+3
@@ -6,6 +6,9 @@ on:
6 release:
7 types: [ published ]
8
9 +permissions:
10 + packages: write
11 +
12 env:
13 REGISTRY: ghcr.io
14 IMAGE_NAME: ${{ github.repository }}