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