Skip to content

Commit 36781ff

Browse files
committed
Here we go again!
1 parent 9b4df3c commit 36781ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
run: |
8888
docker load --input konnectivity-server.tar
8989
docker load --input konnectivity-agent.tar
90+
- name: Fix konnectivity docker image tags
91+
run: |
92+
docker tag gcr.io/k8s-staging-kas-network-proxy/proxy-server:master gcr.io/k8s-staging-kas-network-proxy/proxy-server-amd64:master
93+
docker tag gcr.io/k8s-staging-kas-network-proxy/proxy-agent:master gcr.io/k8s-staging-kas-network-proxy/proxy-agent-amd64:master
9094
- name: Run e2e tests
9195
run: make test-e2e
9296
e2e:

0 commit comments

Comments
 (0)