Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Jan 18, 2022
1 parent ead24fa commit c9704e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
kubectl create secret docker-registry ecr-secret \
--docker-username=AWS \
--docker-password=$(aws ecr get-login-password) \
--docker-password="$(aws ecr get-login-password)" \
--docker-server=055403865123.dkr.ecr.eu-central-1.amazonaws.com \
--docker-email=${{ secrets.TEST_EMAIL }} \
-o json --dry-run=client | jq -r '.data.".dockerconfigjson"' > auth/ecr.yaml
Expand All @@ -56,7 +56,7 @@ jobs:
kubectl create secret docker-registry gcr-secret \
--docker-username=_json_key \
--docker-password=${{ secrets.TEST_GCR_PASSWORD }} \
--docker-password="${{ secrets.TEST_GCR_PASSWORD }}" \
--docker-server=gcr.io \
--docker-email=${{ secrets.TEST_EMAIL }} \
-o json --dry-run=client | jq -r '.data.".dockerconfigjson"' > auth/gcr.yaml
Expand Down

0 comments on commit c9704e7

Please sign in to comment.