Skip to content

Commit

Permalink
Update docker/build-push-action action to v5 - abandoned (#665)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/build-push-action](https://togithub.com/docker/build-push-action) | action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

### [`v5`](https://togithub.com/docker/build-push-action/compare/v4...v5)

[Compare Source](https://togithub.com/docker/build-push-action/compare/v4...v5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.

---

 - [x] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rapidsai/docker).

Authors:
  - https://github.com/apps/renovate
  - Ray Douglass (https://github.com/raydouglass)
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #665
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent 7cecc90 commit af3f2a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
driver: docker
endpoint: builders
- name: Build base image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: context
file: Dockerfile
Expand All @@ -107,7 +107,7 @@ jobs:
DASK_SQL_VER=${{ inputs.DASK_SQL_VER }}
tags: ${{ inputs.BASE_TAG }}-${{ matrix.ARCH }}
- name: Build notebooks image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: context
file: Dockerfile
Expand All @@ -124,7 +124,7 @@ jobs:
DASK_SQL_VER=${{ inputs.DASK_SQL_VER }}
tags: ${{ inputs.NOTEBOOKS_TAG }}-${{ matrix.ARCH }}
- name: Build RAFT ANN Benchmarks GPU image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: context
file: raft-ann-bench/gpu/Dockerfile
Expand All @@ -138,7 +138,7 @@ jobs:
RAPIDS_VER=${{ inputs.RAPIDS_VER }}
tags: ${{ inputs.RAFT_ANN_BENCH_TAG }}-${{ matrix.ARCH }}
- name: Build RAFT ANN Benchmarks GPU with datasets image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: context
file: raft-ann-bench/gpu/Dockerfile
Expand All @@ -153,7 +153,7 @@ jobs:
tags: ${{ inputs.RAFT_ANN_BENCH_DATASETS_TAG }}-${{ matrix.ARCH }}
- name: Build RAFT ANN Benchmarks CPU image
if: inputs.CUDA_VER == '12.2.2' # we don't need to build CPU packages for different CUDA versions.
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: context
file: raft-ann-bench/cpu/Dockerfile
Expand Down

0 comments on commit af3f2a6

Please sign in to comment.