diff --git a/.woodpecker/build-container.yml b/.woodpecker/build-container.yml index 7c85eb4..d15c371 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -7,7 +7,7 @@ when: steps: security-build: - image: quay.io/thegeeklab/wp-docker-buildx:1 + image: quay.io/thegeeklab/wp-docker-buildx:2 settings: containerfile: Containerfile output: type=oci,dest=oci/${CI_REPO_NAME},tar=false @@ -28,7 +28,7 @@ steps: publish-dockerhub: group: container - image: quay.io/thegeeklab/wp-docker-buildx:1 + image: quay.io/thegeeklab/wp-docker-buildx:2 settings: auto_tag: true containerfile: Containerfile @@ -46,7 +46,7 @@ steps: publish-quay: group: container - image: quay.io/thegeeklab/wp-docker-buildx:1 + image: quay.io/thegeeklab/wp-docker-buildx:2 settings: auto_tag: true containerfile: Containerfile