fix template

This commit is contained in:
Antoine GIRARD 2018-05-13 03:00:53 +02:00
parent e47e6332ba
commit 437ce0a84e
No known key found for this signature in database
GPG Key ID: F3B46D1708E22963

View File

@ -259,7 +259,7 @@ pipeline:
image: plugins/manifest
secrets: [ docker_username, docker_password ]
platforms: linux/amd64
template: 'gitea/gitea:${DRONE_BRANCH##release/v}-ARCH'
template: 'gitea/gitea:${DRONE_BRANCH##release/v}-OS-ARCH'
target: 'gitea/gitea:${DRONE_BRANCH##release/v}'
when:
event: [ push ]
@ -269,7 +269,7 @@ pipeline:
image: plugins/manifest
secrets: [ docker_username, docker_password ]
platforms: linux/amd64
template: gitea/gitea:latest-ARCH
template: gitea/gitea:latest-OS-ARCH
target: gitea/gitea:latest
when:
event: [ push, tag ]