There was an error while loading. Please reload this page.
1 parent abb4f5c commit a6ad403Copy full SHA for a6ad403
1 file changed
.github/workflows/beekeeper.yml
@@ -124,7 +124,7 @@ jobs:
124
sudo mv beekeeper /usr/local/bin/beekeeper
125
- name: Prepare local cluster
126
run: |
127
- timeout ${TIMEOUT} make beelocal OPTS='ci skip-vet' ACTION=prepare
+ timeout ${TIMEOUT} make beelocal OPTS='ci skip-vet' ACTION=prepare REGISTRY_PORT=5002
128
- name: Set kube config
129
130
mkdir -p ~/.kube
@@ -243,7 +243,7 @@ jobs:
243
mv bee-0 bee
244
- name: Build image
245
246
- timeout ${TIMEOUT} make beelocal ACTION=build OPTS='ci skip-vet skip-push'
+ timeout ${TIMEOUT} make beelocal ACTION=build OPTS='ci skip-vet skip-push' REGISTRY_PORT=5002
247
- name: Retag Docker image and push
248
if: github.ref == 'refs/heads/master' && github.event.action != 'beekeeper' && success()
249
0 commit comments