We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442fcf6 commit 1054677Copy full SHA for 1054677
.github/workflows/photon-os-installer.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
POI_IMAGE_NAME=photon/installer:${{ github.sha }}
18
cd docker
19
- docker build -t $POI_IMAGE_NAME --build-arg DOCKER_PROXY=dockerhub.artifactory.eng.vmware.com/ --build-context poi-helper=$(realpath $(pwd)/..) .
+ docker build -t $POI_IMAGE_NAME --build-context poi-helper=$(realpath $(pwd)/..) .
20
docker system prune -f
21
22
test:
0 commit comments