Skip to content

Commit

Permalink
Merge pull request #45 from gkkachi/fix-typo-gcr
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Chris Crone authored and GitHub committed Jun 15, 2020
2 parents 92e7146 + 68257a7 commit 7cb863f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ with:
target: mytarget
```

The following will build the root Dockerfile, tag the image as `myorg/myrepository:latest`, log in to Google Container Registry using GitHub secrets (where `DOCKER_PASSWORD` is a [JSON key](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key)), and push the image to the CGR repository `myorg/myrepository`:
The following will build the root Dockerfile, tag the image as `myorg/myrepository:latest`, log in to Google Container Registry using GitHub secrets (where `DOCKER_PASSWORD` is a [JSON key](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key)), and push the image to the GCR repository `myorg/myrepository`:

```yaml
uses: docker/build-push-action@v1
Expand Down

0 comments on commit 7cb863f

Please sign in to comment.