From 13fa0663e17984e5e9c5d667405b861c0fa95485 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 22 Dec 2020 11:27:40 +0100 Subject: [PATCH] Test login against GAR Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42cfad6..33c0d66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,19 +166,19 @@ jobs: username: ${{ secrets.GITLAB_USERNAME }} password: ${{ secrets.GITLAB_TOKEN }} -# google-artifact: -# runs-on: ubuntu-latest -# steps: -# - -# name: Checkout -# uses: actions/checkout@v2 -# - -# name: Login to Google Artifact Registry -# uses: ./ -# with: -# registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev -# username: _json_key -# password: ${{ secrets.GAR_JSON_KEY }} + google-artifact: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v2 + - + name: Login to Google Artifact Registry + uses: ./ + with: + registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev + username: _json_key + password: ${{ secrets.GAR_JSON_KEY }} google-container: runs-on: ubuntu-latest