Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
2ab9170f
Commit
2ab9170f
authored
Dec 3, 2021
by
Austin Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Log in to GCR
parent
2ff44498
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/docker.yml
+7
-0
7 additions, 0 deletions
.github/workflows/docker.yml
with
7 additions
and
0 deletions
.github/workflows/docker.yml
+
7
−
0
View file @
2ab9170f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment