Add permissions for package writing in workflow
Some checks failed
Build and Deploy / build (push) Failing after 19s
Build and Deploy / Deploy to target (push) Has been skipped

This commit is contained in:
Lorenzo Venerandi
2026-03-20 14:41:21 +01:00
committed by GitHub
parent b62944ea3a
commit b0ea4e137c

View File

@@ -8,6 +8,8 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
packages: write
outputs: outputs:
image-tags: ${{ steps.meta.outputs.tags }} image-tags: ${{ steps.meta.outputs.tags }}
steps: steps: