mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-16 01:20:39 +00:00
auto-update documentation
This commit is contained in:
parent
077c9d8d12
commit
62cb5030b2
@ -33,7 +33,7 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
image: thegeeklab/drone-docker-buildx:23
|
||||
privileged: true
|
||||
settings:
|
||||
username: octocat
|
||||
@ -62,7 +62,7 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
image: thegeeklab/drone-docker-buildx:23
|
||||
privileged: true
|
||||
settings:
|
||||
registry: ghcr.io
|
||||
|
@ -77,7 +77,7 @@ properties:
|
||||
|
||||
```TOML
|
||||
- name: Build
|
||||
image: thegeeklab/drone-docker-buildx:20
|
||||
image: thegeeklab/drone-docker-buildx:23
|
||||
settings:
|
||||
repo: example/repo
|
||||
buildkit_config: |
|
||||
@ -165,7 +165,7 @@ properties:
|
||||
|
||||
```Yaml
|
||||
- name: Build
|
||||
image: thegeeklab/drone-docker-buildx:20
|
||||
image: thegeeklab/drone-docker-buildx:23
|
||||
settings:
|
||||
repo: example/repo
|
||||
cache_from:
|
||||
|
Loading…
Reference in New Issue
Block a user