Skip to content

Commit

Permalink
chore: trying to use mock credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Nov 26, 2024
1 parent 215283e commit ba821a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/private-registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
kubectl create secret docker-registry artcred \
--docker-server=https://index.docker.io/v1 \
--docker-username=${{ secrets.DOCKERHUB_USER }} \
--docker-password=${{ secrets.DOCKERHUB_TOKEN }} \
--docker-username="private-dockerhub" \
--docker-password="password-dockerhub" \
[email protected] \
-n private
- name: Load operator image to cluster
Expand Down

0 comments on commit ba821a9

Please sign in to comment.