From d6f5c68835b290ea4c22faae3647288c200accd5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 22 Dec 2020 11:11:23 +0100 Subject: [PATCH] Test login against GCR Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee13e6b..6ef0dc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,17 +158,17 @@ jobs: # registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev # username: _json_key # password: ${{ secrets.GAR_JSON_KEY }} -# -# google-container: -# runs-on: ubuntu-latest -# steps: -# - -# name: Checkout -# uses: actions/checkout@v2 -# - -# name: Login to Google Container Registry -# uses: ./ -# with: -# registry: gcr.io -# username: _json_key -# password: ${{ secrets.GCR_JSON_KEY }} + + google-container: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v2 + - + name: Login to Google Container Registry + uses: ./ + with: + registry: gcr.io + username: _json_key + password: ${{ secrets.GCR_JSON_KEY }}