Skip to content

Commit 1054677

Browse files
committed
fix .github/workflows, no need to a pdocker proxy
1 parent 442fcf6 commit 1054677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/photon-os-installer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
POI_IMAGE_NAME=photon/installer:${{ github.sha }}
1818
cd docker
19-
docker build -t $POI_IMAGE_NAME --build-arg DOCKER_PROXY=dockerhub.artifactory.eng.vmware.com/ --build-context poi-helper=$(realpath $(pwd)/..) .
19+
docker build -t $POI_IMAGE_NAME --build-context poi-helper=$(realpath $(pwd)/..) .
2020
docker system prune -f
2121
2222
test:

0 commit comments

Comments
 (0)