We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060284c commit 4559865Copy full SHA for 4559865
1 file changed
.github/workflows/build.yaml
@@ -53,6 +53,9 @@ jobs:
53
name: Merge and Push Multi Arch Manifest
54
runs-on: ubuntu-24.04
55
needs: build
56
+ permissions:
57
+ packages: write
58
+ contents: read
59
steps:
60
- name: Login to GitHub Container Registry
61
uses: docker/login-action@v1
0 commit comments