Skip to content
Snippets Groups Projects
Commit 2ab9170f authored by Austin Anderson's avatar Austin Anderson
Browse files

Log in to GCR

parent 2ff44498
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,13 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GCR
uses: docker/login-action@v1
with:
registry: gcr.io
username: _json_key
password: ${{ secrets.GCP_CREDS }}
-
name: Checkout TensorFlow to get the current version
uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment