We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 245c59f + df4efb3 commit cf0d1f4Copy full SHA for cf0d1f4
.github/workflows/docker_main.yml
@@ -7,12 +7,14 @@ on:
7
8
permissions:
9
contents: read
10
- packages: write
11
12
jobs:
13
docker:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ packages: write
17
+
18
steps:
19
- uses: actions/checkout@v4
20
with:
.github/workflows/docker_release.yml
@@ -6,11 +6,13 @@ on:
6
.github/workflows/go.yml
@@ -9,7 +9,6 @@ on:
build:
0 commit comments