We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b3000 commit 5833b78Copy full SHA for 5833b78
.github/workflows/publish.yml
@@ -158,7 +158,7 @@ jobs:
158
fetch-depth: 0
159
- uses: ./.github/actions/run-make
160
with:
161
- command: "V=1 LINUXKIT_PKG_TARGET=manifest pkgs"
+ command: "V=1 REGISTRY=localhost:5001 LINUXKIT_PKG_TARGET=manifest pkgs"
162
dockerhub-token: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}
163
dockerhub-account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
164
0 commit comments