Commit 2dee221 1 parent 6ec4cb4 commit 2dee221 Copy full SHA for 2dee221
File tree 5 files changed +1
-11
lines changed
5 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- with :
22
- fetch-depth : 0
23
21
24
22
- uses : actions/setup-go@v5
25
23
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- with :
16
- fetch-depth : 0
17
15
18
16
- uses : actions/setup-go@v5
19
17
with :
Original file line number Diff line number Diff line change 19
19
DOCKER_CONFIG : $HOME/.docker
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- with :
23
- fetch-depth : 0
24
22
25
23
- uses : docker/login-action@v3
26
24
with :
Original file line number Diff line number Diff line change 44
44
steps :
45
45
- uses : actions/checkout@v4
46
46
with :
47
- fetch-depth : 0
48
-
49
- - run : git fetch --force --tags
47
+ fetch-tags : true
50
48
51
49
- uses : docker/login-action@v3
52
50
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- with :
17
- fetch-depth : 0
18
16
19
17
- uses : actions/setup-go@v5
20
18
with :
You can’t perform that action at this time.
0 commit comments