Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Xabier Almazor authored and Xabier Almazor committed Oct 11, 2023
1 parent 87141bf commit 651bfd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/azure-pipelines-emerynet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
shell: bash

- name: Login to Container Registry
run: echo "$GCP_AUTH_KEY" | docker login -u _json_key --password-stdin https://gcr.io
run: |
docker login -u _json_key --password-stdin https://gcr.io < $GITHUB_WORKSPACE/authkey/google-credentials.json
env:
DOCKER_CLI_ACI_SERVER: ${{ secrets.CONTAINER_REGISTRY_SERVER }}
shell: bash
Expand Down

0 comments on commit 651bfd9

Please sign in to comment.