From b99b5a477b29b998709de2e983c16b6200dc0b58 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen <dweomer5@gmail.com> Date: Mon, 4 Oct 2021 11:20:38 -0700 Subject: [PATCH] drone: bump dapper and drone plugins (#156) (#157) - rancher/dapper:v0.5.0 - plugins/release:latest - plugins/manifest:latest Signed-off-by: Jacob Blain Christen <jacob@rancher.com> (cherry picked from commit 5e6e996d948667d4cf6c8e3ce22dfb406679b900) --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 46f8346e..123df42a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: rancher/dapper:v0.4.2 + image: rancher/dapper:v0.5.0 commands: - dapper ci - dapper e2e-sonobuoy @@ -18,7 +18,7 @@ steps: path: /var/run/docker.sock - name: upload-artifacts - image: ibuildthecloud/github-release:v0.0.1 + image: plugins/github-release settings: api_key: from_secret: github_token @@ -98,7 +98,7 @@ platform: steps: - name: build - image: rancher/dapper:v0.4.2 + image: rancher/dapper:v0.5.0 commands: - dapper ci volumes: @@ -106,7 +106,7 @@ steps: path: /var/run/docker.sock - name: upload-artifacts - image: ibuildthecloud/github-release:v0.0.1 + image: plugins/github-release settings: api_key: from_secret: github_token @@ -186,7 +186,7 @@ platform: steps: - name: build - image: rancher/dapper:v0.4.2 + image: rancher/dapper:v0.5.0 commands: - dapper ci volumes: @@ -194,7 +194,7 @@ steps: path: /var/run/docker.sock - name: upload-artifacts - image: ibuildthecloud/github-release:v0.0.1 + image: plugins/github-release settings: api_key: from_secret: github_token @@ -251,7 +251,7 @@ platform: steps: - name: controller - image: plugins/manifest:1.0.2 + image: plugins/manifest settings: username: from_secret: docker_username @@ -273,7 +273,7 @@ steps: - tag - name: e2e-tests - image: plugins/manifest:1.0.2 + image: plugins/manifest settings: username: from_secret: docker_username -- GitLab