Skip to content

Commit

Permalink
ci: replace image
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Feb 7, 2021
1 parent 3feaacd commit f6dc58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ip/static_ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ var _ = Describe("[IP Allocation]", func() {
Containers: []corev1.Container{
{
Name: name,
Image: "nginx:alpine",
Image: TestImage,
ImagePullPolicy: corev1.PullIfNotPresent,
},
},
Expand Down

0 comments on commit f6dc58a

Please sign in to comment.