chore(deps): update thegeeklab/drone-docker-buildx docker tag to v24 (#6)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [thegeeklab/drone-docker-buildx](https://github.com/thegeeklab/drone-docker-buildx) | major | `23` -> `24` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #6 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
parent
ebd4e96948
commit
a6eaa1958e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ depends_on:
|
|||
- lint
|
||||
steps:
|
||||
docker_build_and_push_selfhosted:
|
||||
image: thegeeklab/drone-docker-buildx:23@sha256:2c5226dfba416af189fa7ad18cb6fa307a483a08785c9bdbf172e590c450e5d7
|
||||
image: thegeeklab/drone-docker-buildx:24@sha256:0599efcb7d937a42f1664421f2c010252b49c34e56f76b5e4d0cb1cf2095ac89
|
||||
privileged: true
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
|
@ -23,7 +23,7 @@ steps:
|
|||
- tag
|
||||
|
||||
docker_build_and_push_selfhosted_tag:
|
||||
image: thegeeklab/drone-docker-buildx:23@sha256:2c5226dfba416af189fa7ad18cb6fa307a483a08785c9bdbf172e590c450e5d7
|
||||
image: thegeeklab/drone-docker-buildx:24@sha256:0599efcb7d937a42f1664421f2c010252b49c34e56f76b5e4d0cb1cf2095ac89
|
||||
privileged: true
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
|
|
Reference in a new issue