pin drone-ssh plugin

This commit is contained in:
Robert Kaussow 2020-02-07 23:39:59 +01:00
parent 733c3fdc4a
commit 66e85cefa5
2 changed files with 5 additions and 5 deletions

View File

@ -247,7 +247,7 @@ local PipelineDocs = {
},
{
name: 'freeze',
image: 'appleboy/drone-ssh',
image: 'appleboy/drone-ssh:1.5.5',
settings: {
host: { from_secret: 'ssh_host' },
key: { from_secret: 'ssh_key' },
@ -273,7 +273,7 @@ local PipelineDocs = {
},
{
name: 'cleanup',
image: 'appleboy/drone-ssh',
image: 'appleboy/drone-ssh:1.5.5',
settings: {
host: { from_secret: 'ssh_host' },
key: { from_secret: 'ssh_key' },

View File

@ -362,7 +362,7 @@ steps:
- cd docs/ && hugo-official
- name: freeze
image: appleboy/drone-ssh
image: appleboy/drone-ssh:1.5.5
settings:
host:
from_secret: ssh_host
@ -389,7 +389,7 @@ steps:
from_secret: ssh_username
- name: cleanup
image: appleboy/drone-ssh
image: appleboy/drone-ssh:1.5.5
settings:
host:
from_secret: ssh_host
@ -470,6 +470,6 @@ depends_on:
---
kind: signature
hmac: 9ccd2380da8eb6321d6604fb694b517a756f80503c7a3f792bcd343b3a3e159d
hmac: 4b5f6077a3352113853e936f62396caf68d9a7a2014245f6b24cca6ae0fa8b3b
...