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 59f6778 commit c0c3ba6
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 @@ -24,7 +24,8 @@ jobs:
shell: bash

- name: Login to Container Registry
run: docker login -u _json_key -p "$(cat google-credentials.json)" https://gcr.io
run: |
echo "${{ secrets.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 c0c3ba6

Please sign in to comment.