Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
faac7d4dae |
10
README.md
10
README.md
|
@ -4,7 +4,7 @@ A thin shim-wrapper around the official [Google Kaniko](https://github.com/Googl
|
||||||
|
|
||||||
This is a fork of the discontinued [`drone-kaniko`](https://github.com/banzaicloud/drone-kaniko) by banzaicloud.
|
This is a fork of the discontinued [`drone-kaniko`](https://github.com/banzaicloud/drone-kaniko) by banzaicloud.
|
||||||
|
|
||||||
## Example .woodpecker.yml (pushing to Docker Hub):
|
## Example `.woodpecker.yml`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
pipeline:
|
pipeline:
|
||||||
|
@ -22,12 +22,12 @@ pipeline:
|
||||||
password:
|
password:
|
||||||
from_secret: container_registry_password
|
from_secret: container_registry_password
|
||||||
```
|
```
|
||||||
|
`
|
||||||
## Example .drone.yml (pushing to Docker Hub):
|
## Example `.drone.yml`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: defaul`
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build_and_release
|
- name: build_and_release
|
||||||
|
@ -43,7 +43,7 @@ steps:
|
||||||
from_secret: docker-password
|
from_secret: docker-password
|
||||||
```
|
```
|
||||||
|
|
||||||
## Pushing to Google Cloud Registry:
|
## Pushing to Google Cloud Registry
|
||||||
|
|
||||||
|
|
||||||
Instead of authenticating with username and password, you simply provide a json_key
|
Instead of authenticating with username and password, you simply provide a json_key
|
||||||
|
|
Loading…
Reference in New Issue