File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -166,19 +166,19 @@ jobs:
166
166
username : ${{ secrets.GITLAB_USERNAME }}
167
167
password : ${{ secrets.GITLAB_TOKEN }}
168
168
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 }}
182
182
183
183
google-container :
184
184
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments