diff --git a/.woodpecker.yml b/.woodpecker.yml index 5bdb091..65359e8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,4 @@ -pipeline: +steps: publish: image: "docker.io/woodpeckerci/plugin-docker-buildx" settings: @@ -19,6 +19,6 @@ pipeline: event: "push" matrix: ALPINE_VERSION: - - "3.19.0" - - "3.18.5" - - "3.17.6" + - "3.19.1" + - "3.18.6" + - "3.17.7"