Skip to content

Commit

Permalink
chore(relayer): push images to GAR (#16816)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino authored Apr 24, 2024
1 parent 9ecaec4 commit adc08b5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blobstorage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
with:
ref: ${{ github.ref }}

- name: Login to GCR
- name: Login to GAR
uses: docker/login-action@v3
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@v3
Expand All @@ -63,7 +63,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
gcr.io/evmchain/blobstorage
us-docker.pkg.dev/evmchain/images/blobstorage
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/eventindexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
with:
ref: ${{ github.ref }}

- name: Login to GCR
- name: Login to GAR
uses: docker/login-action@v3
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@v3
Expand All @@ -82,7 +82,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
gcr.io/evmchain/eventindexer
us-docker.pkg.dev/evmchain/images/eventindexer
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/guardianproverhealthcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
with:
ref: ${{ github.ref }}

- name: Login to GCR
- name: Login to GAR
uses: docker/login-action@v3
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@v3
Expand All @@ -82,7 +82,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
gcr.io/evmchain/guardian-prover-health-check
us-docker.pkg.dev/evmchain/images/guardian-prover-health-check
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
with:
ref: ${{ github.ref }}

- name: Login to GCR
- name: Login to GAR
uses: docker/login-action@v3
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@v3
Expand All @@ -82,7 +82,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
gcr.io/evmchain/relayer
us-docker.pkg.dev/evmchain/images/relayer
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit adc08b5

Please sign in to comment.