Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 147cc91 commit 7e93b1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
KEY_C_BUILD: ${{ hashFiles('libheif/linux_*.py') }}-${{ hashFiles('libheif/setup.py') }}

- name: Build Pi-Heif
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/${{ matrix.i['docker_file'] }}.Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-src-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build Requirements
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/from_src/${{ matrix.docker_file }}.Dockerfile
Expand All @@ -58,7 +58,7 @@ jobs:
target: base

- name: Build & Test Pillow-Heif
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/from_src/${{ matrix.docker_file }}.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
KEY_C_BUILD: ${{ hashFiles('libheif/linux_*.py') }}-${{ hashFiles('libheif/setup.py') }}

- name: Build Pi-Heif
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/${{ matrix.i['docker_file'] }}.Dockerfile
Expand Down

0 comments on commit 7e93b1c

Please sign in to comment.