Skip to content

Commit

Permalink
chore(ci): update GAR configs (#218)
Browse files Browse the repository at this point in the history
* chore(ci): update GAR configs

* feat: update configs

* update repo login step

* trigger action to test image push

* restore default branch settings

---------

Co-authored-by: Karim <[email protected]>
  • Loading branch information
davidtaikocha and kimo-ice authored Apr 21, 2024
1 parent 479bcfe commit caf8750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Login to GAR
uses: docker/login-action@v2
with:
registry: us-central1-docker.pkg.dev
registry: us-docker.pkg.dev
username: _json_key
password: ${{ secrets.GAR_JSON_KEY }}

Expand All @@ -32,7 +32,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
us-central1-docker.pkg.dev/evmchain/evmchain/taiko-geth
us-docker.pkg.dev/evmchain/images/taiko-geth
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit caf8750

Please sign in to comment.