Skip to content

Commit 23d4392

Browse files
committed
adds polish example
1 parent 6a68b4f commit 23d4392

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# docker-build-push
22

3-
GitHub action to build, tag and push images to Registry using Google Cloud SDK
3+
GitHub action to build, tag and push images to Registry.
4+
You can use this image with currently `docker.io` or any of Google Cloud Registries like `gcr.io`.
45

6+
Configuration takes two inputs and environmental variable configurations of your repository.
7+
8+
Below are some examples. This action will be published when fully polished.
59

610
## Examples
711

12+
Here are examples of workflows that use this action.
13+
814
### Push to Google Cloud Registry eg gcr.io
915

1016
```yml

0 commit comments

Comments
 (0)