Skip to content

Commit

Permalink
feat: update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Apr 19, 2024
1 parent 398b9d4 commit 3bedd41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Push docker image to GCR"
name: "Push docker image to GAR"

on:
push:
branches: [taiko]
branches: [taiko,gar]
tags:
- "v*"

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

0 comments on commit 3bedd41

Please sign in to comment.