diff --git a/.drone.jsonnet b/.drone.jsonnet index f2bef70..2433118 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -42,7 +42,7 @@ local PipelineBuildContainer(arch='amd64') = { name: 'dryrun', image: 'thegeeklab/drone-docker-buildx:latest', settings: { - dry_run: true, + // dry_run: true, dockerfile: 'Dockerfile.' + std.split(arch, '_')[0], platforms: [ 'linux/' + std.strReplace(arch, '_', '/'), diff --git a/.drone.yml b/.drone.yml index 58a3093..a50f134 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,6 @@ steps: image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.amd64 - dry_run: true password: from_secret: docker_password platforms: @@ -189,6 +188,6 @@ depends_on: --- kind: signature -hmac: be91753a77f8841d5730a55840cec092f9ae86472451da29432767d7bc4d0592 +hmac: c59ef53ec9581723001db04888c122305cbf4552f4b7ec3fb05eb1184dd93992 ...