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 1a9a964 commit 0e25716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/azure-pipelines-emerynet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,12 @@ jobs:
sudo install skaffold /usr/local/bin/
shell: bash

- name: Configure Docker and Authenticate with Google Cloud
- name: Login to Container Registry
run: |
echo "${{ secrets.GCP_AUTH_KEY }}" > google-credentials.json
gcloud auth configure-docker
echo "${{ secrets.GCP_AUTH_KEY }}" > web3-335312-5f8a650f4992.json
docker login -u _json_key --password-stdin https://gcr.io < web3-335312-5f8a650f4992.json
shell: bash

- name: Login to Container Registry
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


- name: Login to Kubernetes
uses: azure/k8s-set-context@v1
with:
Expand Down
1 change: 1 addition & 0 deletions alternate-key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f8a650f499218c51250d3653908d927493c3a20

0 comments on commit 0e25716

Please sign in to comment.