File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 # sadly, our build sometimes times out on network access
7474 # and running out of disk space: re-trying for 3 times
7575 for i in 1 2 3; do
76- if make -e V=1 LINUXKIT_PKG_TARGET=push PRUNE=1 pkgs; then
76+ if make -e V=1 REGISTRY=localhost:5001 LINUXKIT_PKG_TARGET=push PRUNE=1 pkgs; then
7777 SUCCESS=true
7878 break
7979 else
@@ -120,13 +120,13 @@ jobs:
120120 fetch-depth : 0
121121 - uses : ./.github/actions/run-make
122122 with :
123- command : " V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} LINUXKIT_PKG_TARGET=push eve"
123+ command : " V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} REGISTRY=localhost:5001 LINUXKIT_PKG_TARGET=push eve"
124124 dockerhub-token : ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}
125125 dockerhub-account : ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
126126 - uses : ./.github/actions/run-make
127127 if : matrix.arch != 'riscv64'
128128 with :
129- command : " V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} LINUXKIT_PKG_TARGET=push sbom collected_sources compare_sbom_collected_sources publish_sources"
129+ command : " V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} REGISTRY=localhost:5001 LINUXKIT_PKG_TARGET=push sbom collected_sources compare_sbom_collected_sources publish_sources"
130130 dockerhub-token : ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}
131131 dockerhub-account : ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
132132
You can’t perform that action at this time.
0 commit comments