Skip to content

Commit

Permalink
chore(deps): update docker.io/owncloudci/drone-docker-buildx docker t…
Browse files Browse the repository at this point in the history
…ag to v2 (#114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 2b5e410 commit edceaef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform:

steps:
- name: security-build
image: docker.io/owncloudci/drone-docker-buildx:1
image: docker.io/owncloudci/drone-docker-buildx:2
settings:
context: 4/
dockerfile: 4/Dockerfile
Expand All @@ -32,7 +32,7 @@ steps:
- security-build

- name: publish-dockerhub
image: docker.io/owncloudci/drone-docker-buildx:1
image: docker.io/owncloudci/drone-docker-buildx:2
settings:
context: 4/
dockerfile: 4/Dockerfile
Expand All @@ -48,7 +48,7 @@ steps:
- security-scan

- name: publish-quay
image: docker.io/owncloudci/drone-docker-buildx:1
image: docker.io/owncloudci/drone-docker-buildx:2
settings:
context: 4/
dockerfile: 4/Dockerfile
Expand Down Expand Up @@ -80,7 +80,7 @@ platform:

steps:
- name: security-build
image: docker.io/owncloudci/drone-docker-buildx:1
image: docker.io/owncloudci/drone-docker-buildx:2
settings:
context: 5/
dockerfile: 5/Dockerfile
Expand All @@ -103,7 +103,7 @@ steps:
- security-build

- name: publish-dockerhub
image: docker.io/owncloudci/drone-docker-buildx:1
image: docker.io/owncloudci/drone-docker-buildx:2
settings:
context: 5/
dockerfile: 5/Dockerfile
Expand All @@ -120,7 +120,7 @@ steps:
- security-scan

- name: publish-quay
image: docker.io/owncloudci/drone-docker-buildx:1
image: docker.io/owncloudci/drone-docker-buildx:2
settings:
context: 5/
dockerfile: 5/Dockerfile
Expand Down

0 comments on commit edceaef

Please sign in to comment.