From 6bf9f32f3aca1f2d3878b9be5efbc3b7be02c9f4 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 19 Aug 2023 21:33:25 +1200 Subject: [PATCH] Update pipeline --- .woodpecker/build.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index d9c066b..2133a48 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -6,15 +6,13 @@ variables: from_secret: docker_password steps: - publish-depot-plugin: + build-and-publish: image: woodpeckerci/plugin-docker-buildx pull: true group: docker settings: <<: *docker_creds - token: - from_secret: depot_token - repo: ${CI_REPO_OWNER}/ansible-molecule + repo: "${CI_REPO_OWNER}/ansible-molecule" dockerfile: Dockerfile platforms: *platforms tag: latest