This commit is contained in:
parent
ffdbac2c75
commit
04c1214ef1
@ -40,7 +40,7 @@ local PipelineBuildContainer(arch='amd64') = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'dryrun',
|
name: 'dryrun',
|
||||||
image: 'thegeeklab/drone-docker-buildx:20',
|
image: 'thegeeklab/drone-docker-buildx:latest',
|
||||||
settings: {
|
settings: {
|
||||||
dry_run: true,
|
dry_run: true,
|
||||||
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
|
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
|
||||||
@ -58,7 +58,7 @@ local PipelineBuildContainer(arch='amd64') = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'publish-dockerhub',
|
name: 'publish-dockerhub',
|
||||||
image: 'thegeeklab/drone-docker-buildx:20',
|
image: 'thegeeklab/drone-docker-buildx:latest',
|
||||||
settings: {
|
settings: {
|
||||||
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
|
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
|
||||||
repo: 'thegeeklab/${DRONE_REPO_NAME}',
|
repo: 'thegeeklab/${DRONE_REPO_NAME}',
|
||||||
@ -72,7 +72,7 @@ local PipelineBuildContainer(arch='amd64') = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'publish-quay',
|
name: 'publish-quay',
|
||||||
image: 'thegeeklab/drone-docker-buildx:20',
|
image: 'thegeeklab/drone-docker-buildx:latest',
|
||||||
settings: {
|
settings: {
|
||||||
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
|
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
|
||||||
registry: 'quay.io',
|
registry: 'quay.io',
|
||||||
|
Loading…
Reference in New Issue
Block a user