This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
11 lines
174 B
YAML
11 lines
174 B
YAML
name: provider-docker-build
|
|
runtime: java
|
|
config:
|
|
dockerHubPassword:
|
|
type: string
|
|
secret: true
|
|
plugins:
|
|
providers:
|
|
- name: docker-build
|
|
path: ../../bin
|