-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update docker/build-push-action action to v6.6.1
- Loading branch information
1 parent
21a34b6
commit ba2b036
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: . | ||
|
@@ -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: . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -148,7 +148,7 @@ jobs: | |
- name: Build extra wheels | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
context: . | ||
file: Dockerfile | ||
|
@@ -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: . | ||
|
@@ -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 | ||
|
@@ -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: . | ||
|