We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2fd44 + 1fa6b25 commit 414cdcdCopy full SHA for 414cdcd
.github/workflows/Docker.yml
@@ -1,4 +1,10 @@
1
name: ci
2
+
3
+# 👇 add this block
4
+permissions:
5
+ contents: read # allow checkout & metadata-action to read repo
6
+ id-token: write # needed by docker/metadata-action v4
7
8
on:
9
push:
10
branches:
0 commit comments