From cdc44ea78ac7dc76d65442897fce195f21abaa48 Mon Sep 17 00:00:00 2001 From: naicoi Date: Thu, 18 May 2023 14:55:02 +0700 Subject: [PATCH] Update docker image in .woodpecker.yml The commit updates the docker image used in .woodpecker.yml to woodpeckerci/plugin-docker-buildx. The version is not specified, allowing for automatic updates. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f81612f..db0b338 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ matrix: pipeline: ${version}-${os}: - image: woodpeckerci/plugin-docker-buildx:20 + image: woodpeckerci/plugin-docker-buildx settings: repo: lttech/pm2 platforms: linux/amd64,linux/arm64