Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(ci): push images to GAR (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaodino <[email protected]>
Co-authored-by: Karim <[email protected]>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent 65a08bc commit 217887d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Push docker image to GCR"
name: "Push docker image to GAR"

on:
push:
Expand All @@ -15,12 +15,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Login to GCR
- name: Login to GAR
uses: docker/login-action@v2
with:
registry: gcr.io
registry: us-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}
password: ${{ secrets.GAR_JSON_KEY }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -33,7 +33,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
gcr.io/evmchain/taiko-client
us-docker.pkg.dev/evmchain/images/taiko-client
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
2 changes: 1 addition & 1 deletion internal/docker/nodes/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:

l2_execution_engine:
container_name: l2_node
image: gcr.io/evmchain/taiko-geth:taiko
image: us-docker.pkg.dev/evmchain/images/taiko-geth:taiko
restart: unless-stopped
pull_policy: always
volumes:
Expand Down

0 comments on commit 217887d

Please sign in to comment.