Skip to content

Commit

Permalink
Fix login to Google Container registry step
Browse files Browse the repository at this point in the history
  • Loading branch information
usommerl committed Sep 11, 2021
1 parent b2fae7f commit a7623f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Login to Google Container Registry
uses: docker/login-action@v1
with:
registry: gcr.io
registry: eu.gcr.io
username: _json_key
password: ${{ secrets.GCP_SA_KEY_JSON }}
- name: Push image to Google Container Registry
Expand Down

0 comments on commit a7623f5

Please sign in to comment.