Skip to content

Commit

Permalink
chore(deps): update quay.io/thegeeklab/wp-docker-buildx docker tag to…
Browse files Browse the repository at this point in the history
… v6 (#809)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 9bae845 commit c61b7ed
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 c61b7ed

Please sign in to comment.