File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 9292 & docker build `
9393 --build-arg WINDOWS_BASE_IMAGE `
9494 --build-arg WINDOWS_BASE_IMAGE_TAG `
95- --build-arg GO_VERSION `
9695 -t ${{ env.TEST_IMAGE_NAME }} `
9796 -f Dockerfile.windows .
9897 -
@@ -172,7 +171,6 @@ jobs:
172171 & docker build `
173172 --build-arg WINDOWS_BASE_IMAGE `
174173 --build-arg WINDOWS_BASE_IMAGE_TAG `
175- --build-arg GO_VERSION `
176174 -t ${{ env.TEST_IMAGE_NAME }} `
177175 -f Dockerfile.windows .
178176 -
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ jobs:
220220 & docker build `
221221 --build-arg WINDOWS_BASE_IMAGE `
222222 --build-arg WINDOWS_BASE_IMAGE_TAG `
223- --build-arg GO_VERSION `
224223 -t ${{ env.TEST_IMAGE_NAME }} `
225224 -f Dockerfile.windows .
226225
You can’t perform that action at this time.
0 commit comments