Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 21a34b6 commit ba2b036
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/actions/integrationtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
images: base

- name: Build base image
uses: docker/[email protected].0
uses: docker/[email protected].1
id: docker_build_base
with:
context: .
Expand All @@ -46,7 +46,7 @@ runs:
images: runtime

- name: Build for integration test amd64
uses: docker/[email protected].0
uses: docker/[email protected].1
id: docker_build_runtime
with:
context: .
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build base wheels and export to cache
id: build_basewheels_cross
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile
Expand All @@ -78,7 +78,7 @@ jobs:
outputs: type=local,dest=./wheelhouse

- name: cache wheel builder image amd64
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile
Expand All @@ -89,7 +89,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache

- name: cache wheel builder image armv7
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile
Expand All @@ -113,7 +113,7 @@ jobs:

- name: Build amd64 base image and export to cache
id: build_base_amd64
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile
Expand All @@ -128,7 +128,7 @@ jobs:

- name: Build armv7 base image and export to cache
id: build_base_armv7
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile
Expand All @@ -148,7 +148,7 @@ jobs:
- name: Build extra wheels
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
mkdir -p ./wheelhouse/linux_arm_v7
- name: Build wheels for mod ${{ matrix.module }}
uses: docker/[email protected].0
uses: docker/[email protected].1
timeout-minutes: 75
with:
context: .
Expand All @@ -306,7 +306,7 @@ jobs:

- name: Build for integration test
id: build-it
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
org.opencontainers.image.title=${{ env.IMAGE_NAME }}_${{ matrix.module }}
- name: Build and push Docker image for all plattforms
uses: docker/[email protected].0
uses: docker/[email protected].1
id: docker_build_runtime_cross
with:
context: .
Expand Down

0 comments on commit ba2b036

Please sign in to comment.