Skip to content

Commit

Permalink
build: try https://index.docker.io/v1/ server
Browse files Browse the repository at this point in the history
  • Loading branch information
ckotzbauer authored Jan 18, 2022
1 parent 6261a0c commit 32d2c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
kubectl create secret docker-registry hub-secret \
--docker-username="${{ secrets.TEST_HUB_USERNAME }}" \
--docker-password="${{ secrets.TEST_HUB_PASSWORD }}" \
--docker-server=index.docker.io \
--docker-server=https://index.docker.io/v1/ \
--docker-email="${{ secrets.TEST_EMAIL }}" \
-o json --dry-run=client | jq -r '.data.".dockerconfigjson"' > auth/hub.yaml
Expand Down

0 comments on commit 32d2c2f

Please sign in to comment.