mirror of
https://github.com/josmo/drone-rancher.git
synced 2026-06-04 10:15:29 +08:00
adding publishing latest
This commit is contained in:
+3
-3
@@ -57,7 +57,7 @@ pipeline:
|
||||
secrets: [ docker_password ]
|
||||
dockerfile: Dockerfile
|
||||
when:
|
||||
event: tag
|
||||
event: [ tag, push ]
|
||||
|
||||
publish_linux_arm64:
|
||||
image: plugins/docker
|
||||
@@ -68,7 +68,7 @@ pipeline:
|
||||
secrets: [ docker_password ]
|
||||
dockerfile: Dockerfile.arm64
|
||||
when:
|
||||
event: tag
|
||||
event: [ tag, push ]
|
||||
|
||||
publish_linux_arm:
|
||||
image: plugins/docker
|
||||
@@ -79,7 +79,7 @@ pipeline:
|
||||
secrets: [ docker_password ]
|
||||
dockerfile: Dockerfile.arm
|
||||
when:
|
||||
event: tag
|
||||
event: [ tag, push ]
|
||||
|
||||
# publish_windows_amd64:
|
||||
# image: plugins/docker
|
||||
|
||||
Reference in New Issue
Block a user