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

Commit

Permalink
update login registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-ice committed Apr 21, 2024
1 parent d2ef519 commit 8361df9
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 @@ -2,7 +2,7 @@ name: "Push docker image to GAR"

on:
push:
branches: [main]
branches: [main,switch-to-use-gar]
tags:
- "v*"

Expand All @@ -18,7 +18,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 Down

0 comments on commit 8361df9

Please sign in to comment.