Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-06-09 18:08:44 +03:00

ci: update registry to auth to gar

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-06-02 13:01:34 +02:00
parent c5e5fd0017
commit f50e5f80f8
+1 -1
View File
@@ -300,7 +300,7 @@ jobs:
name: Login to Google Artifact Registry
uses: ./
with:
registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev
registry: us-east4-docker.pkg.dev
username: _json_key
password: ${{ secrets.GAR_JSON_KEY }}