Skip to content

Commit 5833b78

Browse files
committed
[DO NOT MERGE]: Add local REGISTRY to manifest
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent a1b3000 commit 5833b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
fetch-depth: 0
159159
- uses: ./.github/actions/run-make
160160
with:
161-
command: "V=1 LINUXKIT_PKG_TARGET=manifest pkgs"
161+
command: "V=1 REGISTRY=localhost:5001 LINUXKIT_PKG_TARGET=manifest pkgs"
162162
dockerhub-token: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}
163163
dockerhub-account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
164164

0 commit comments

Comments
 (0)