We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0f0d9 commit b020f96Copy full SHA for b020f96
1 file changed
.github/workflows/push-docker-image.yml
@@ -4,6 +4,11 @@ name: Push Docker Image
4
on:
5
workflow_call:
6
7
+
8
+permissions:
9
+ contents: read
10
+ packages: write
11
+ id-token: write
12
env:
13
# Use docker.io for Docker Hub if empty
14
REGISTRY: ghcr.io
0 commit comments