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