Skip to content

Commit acd9de6

Browse files
- Clone even for docker push job.
1 parent 9fde4af commit acd9de6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ jobs:
11851185
ca-certificates \
11861186
openssl
11871187
1188-
# for some reason env.BUILD_IMAGE_REQUIRED == 'true' breaks python cleanup where it can't find pip cache
1188+
# for some reason skipping this with env.BUILD_IMAGE_REQUIRED == 'true' breaks python cleanup where it can't find pip cache
11891189
- name: Install Python dependencies
11901190
run: |
11911191
pip3 install -r cicd/requirements.txt
@@ -1345,6 +1345,9 @@ jobs:
13451345
- linux/amd64
13461346
- linux/arm64
13471347
steps:
1348+
1349+
- name: Check out code into the Go module directory
1350+
uses: actions/[email protected]
13481351

13491352
- name: Image env sanitize
13501353
run: |

0 commit comments

Comments
 (0)