diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 5816432a6d..52b21f8c67 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -8,8 +8,7 @@ jobs: build-image: name: Build and Push image runs-on: ubuntu-22.04 - permissions: - packages: write + permissions: write-all outputs: # You'll need this output later to render the Compose file. tags: ${{ steps.meta.outputs.tags }}