Skip to content

Commit 2796ac4

Browse files
committed
Make kind-e2e workflow only build images once
1 parent bfea27c commit 2796ac4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
with:
7070
go-version-file: go.mod
7171
id: go
72+
- uses: actions/download-artifact@v4
73+
with:
74+
name: konnectivity-server
75+
- uses: actions/download-artifact@v4
76+
with:
77+
name: konnectivity-agent
7278
- name: Install kind
7379
run: |
7480
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23.0/kind-linux-amd64

0 commit comments

Comments
 (0)