Skip to content

Commit

Permalink
Update docker/build-push-action action to v6 (#247)
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] authored Jun 27, 2024
1 parent 2ae96a5 commit eebe14a
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@v5
uses: docker/build-push-action@v6
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 @@ -56,7 +56,7 @@ jobs:
uses: docker/setup-buildx-action@v3

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

- name: Build & Test Pillow-Heif
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
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 @@ -292,7 +292,7 @@ jobs:
KEY_C_BUILD: ${{ hashFiles('libheif/linux_*.py') }}-${{ hashFiles('libheif/setup.py') }}

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

0 comments on commit eebe14a

Please sign in to comment.