Skip to content

Commit 223ade4

Browse files
committed
f
1 parent cca542c commit 223ade4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/image-deps-updater.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/actions/build-dep-image-with-apko
4242
with:
4343
apko-config: deploy/images/calico-node/apko.yaml
44-
image-name: docker.io/replicated/ec-calico-node:${{ steps.get-tags.outputs.calico-tag }}
45-
registry-username: ${{ secrets.DOCKERHUB_USER }}
46-
registry-password: ${{ secrets.DOCKERHUB_PASSWORD }}
44+
image-name: registry.staging.replicated.com/ec/calico-node:${{ steps.get-tags.outputs.calico-tag }}
45+
registry-username: ${{ secrets.REGISTRY_USERNAME_STAGING }}
46+
registry-password: ${{ secrets.REGISTRY_PASSWORD_STAGING }}
4747
overwrite: ${{ github.event.inputs.overwrite }}

0 commit comments

Comments
 (0)