We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a68b4f commit 23d4392Copy full SHA for 23d4392
README.md
@@ -1,10 +1,16 @@
1
# docker-build-push
2
3
-GitHub action to build, tag and push images to Registry using Google Cloud SDK
+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`.
5
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.
9
10
## Examples
11
12
+Here are examples of workflows that use this action.
13
14
### Push to Google Cloud Registry eg gcr.io
15
16
```yml
0 commit comments