From 938cca71df922baafd8b661fecf939df82f4ee0a Mon Sep 17 00:00:00 2001 From: theautomation Date: Thu, 5 Jan 2023 09:59:50 +0100 Subject: [PATCH] Test other tag for drone-git-push --- cicd/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/pipeline.yaml b/cicd/pipeline.yaml index 624a764..2bdc323 100644 --- a/cicd/pipeline.yaml +++ b/cicd/pipeline.yaml @@ -73,7 +73,7 @@ steps: ./deploy/k8s/manifest.yaml - name: push k8s manifest - image: appleboy/drone-git-push:0.2.2 + image: appleboy/drone-git-push:1-linux-amd64 settings: remote_name: "git@github.com:${DRONE_REPO}" branch: ${DRONE_BRANCH}