File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
8
+ permissions :
9
+ contents : read
10
+ packages : write
11
+
8
12
jobs :
9
13
docker :
10
14
runs-on : ubuntu-latest
11
15
12
- permissions :
13
- contents : read
14
- packages : write
15
-
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
with :
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: Docker Release Build
3
3
on :
4
4
release :
5
5
types : [released, prereleased]
6
+
7
+ permissions :
8
+ contents : read
9
+ packages : write
6
10
7
11
jobs :
8
12
docker :
9
13
runs-on : ubuntu-latest
10
-
11
- permissions :
12
- contents : read
13
- packages : write
14
14
15
15
steps :
16
16
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 7
7
branches : [main]
8
8
workflow_dispatch :
9
9
10
+ permissions :
11
+ contents : read
12
+ packages : write
13
+
10
14
jobs :
11
15
build :
12
16
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments