File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
33
platform : linux/arm64
34
34
35
35
steps :
36
+ - name : Checkout code
37
+ uses : actions/checkout@v4
38
+
36
39
- name : Prepare
37
40
run : |
38
41
platform=${{ matrix.platform }}
41
44
- name : Login to Docker Hub
42
45
uses : docker/login-action@v3
43
46
with :
44
- registry : docker.io
45
47
username : ${{ secrets.DOCKER_USERNAME }}
46
48
password : ${{ secrets.DOCKER_PASSWORD }}
47
49
89
91
needs : build
90
92
runs-on : ubuntu-latest
91
93
steps :
94
+ - name : Checkout code
95
+ uses : actions/checkout@v4
96
+
92
97
- name : Download digests
93
98
uses : actions/download-artifact@v4
94
99
with :
99
104
- name : Login to Docker Hub
100
105
uses : docker/login-action@v3
101
106
with :
102
- registry : docker.io
103
107
username : ${{ secrets.DOCKER_USERNAME }}
104
108
password : ${{ secrets.DOCKER_PASSWORD }}
105
109
You can’t perform that action at this time.
0 commit comments