Fix: Add packages write permission for ghcr.io push

This commit is contained in:
2026-03-29 09:01:21 -04:00
parent 69993a3bf5
commit f639758bcb

View File

@@ -9,6 +9,9 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write # Required for pushing to ghcr.io
steps:
- name: Checkout code