Update .gitea/workflows/image-publish.yml

This commit is contained in:
2026-06-04 23:37:20 +00:00
parent 5946b5eeb8
commit 4c1bea55c2

View File

@@ -9,7 +9,7 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
```
permissions: permissions:
contents: read contents: read
packages: write packages: write
@@ -73,4 +73,4 @@ steps:
echo "No *.dockerfile files found" echo "No *.dockerfile files found"
exit 1 exit 1
fi fi
```