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 29c2598 commit 87141bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-pipelines-emerynet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash

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

0 comments on commit 87141bf

Please sign in to comment.