Skip to content

Commit

Permalink
chore(deps): update quay.io/thegeeklab/wp-docker-buildx docker tag to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent e086dc5 commit 3b8f5c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .woodpecker/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- poetry build

- name: security-build
image: quay.io/thegeeklab/wp-docker-buildx:5
image: quay.io/thegeeklab/wp-docker-buildx:6
depends_on: [build]
settings:
containerfile: Containerfile.multiarch
Expand All @@ -37,7 +37,7 @@ steps:
TRIVY_DB_REPOSITORY: docker.io/aquasec/trivy-db:2

- name: publish-dockerhub
image: quay.io/thegeeklab/wp-docker-buildx:5
image: quay.io/thegeeklab/wp-docker-buildx:6
depends_on: [security-scan]
settings:
auto_tag: true
Expand All @@ -58,7 +58,7 @@ steps:
- ${CI_REPO_DEFAULT_BRANCH}

- name: publish-quay
image: quay.io/thegeeklab/wp-docker-buildx:5
image: quay.io/thegeeklab/wp-docker-buildx:6
depends_on: security-scan
settings:
auto_tag: true
Expand Down

0 comments on commit 3b8f5c2

Please sign in to comment.