fix template
This commit is contained in:
parent
e47e6332ba
commit
437ce0a84e
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user