Skip to content

Commit ab80d02

Browse files
authored
Merge pull request #48 from crazy-max/e2e-gar
Test login against GAR
2 parents 75e7be0 + 13fa066 commit ab80d02

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ jobs:
166166
username: ${{ secrets.GITLAB_USERNAME }}
167167
password: ${{ secrets.GITLAB_TOKEN }}
168168

169-
# google-artifact:
170-
# runs-on: ubuntu-latest
171-
# steps:
172-
# -
173-
# name: Checkout
174-
# uses: actions/checkout@v2
175-
# -
176-
# name: Login to Google Artifact Registry
177-
# uses: ./
178-
# with:
179-
# registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev
180-
# username: _json_key
181-
# password: ${{ secrets.GAR_JSON_KEY }}
169+
google-artifact:
170+
runs-on: ubuntu-latest
171+
steps:
172+
-
173+
name: Checkout
174+
uses: actions/checkout@v2
175+
-
176+
name: Login to Google Artifact Registry
177+
uses: ./
178+
with:
179+
registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev
180+
username: _json_key
181+
password: ${{ secrets.GAR_JSON_KEY }}
182182

183183
google-container:
184184
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)