Skip to content

Commit 0a90048

Browse files
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 421e607 commit 0a90048

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-push-oxcaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
password: ${{ secrets.GITHUB_TOKEN }}
9090

9191
- name: Build and push base image (amd64)
92-
uses: docker/build-push-action@v6
92+
uses: docker/build-push-action@v7
9393
with:
9494
context: ./oxcaml-base
9595
file: ./oxcaml-base/Dockerfile
@@ -139,7 +139,7 @@ jobs:
139139
password: ${{ secrets.GITHUB_TOKEN }}
140140

141141
- name: Build and push base image (arm64)
142-
uses: docker/build-push-action@v6
142+
uses: docker/build-push-action@v7
143143
with:
144144
context: ./oxcaml-base
145145
file: ./oxcaml-base/Dockerfile
@@ -196,7 +196,7 @@ jobs:
196196
password: ${{ secrets.GITHUB_TOKEN }}
197197

198198
- name: Build and push dev image (amd64)
199-
uses: docker/build-push-action@v6
199+
uses: docker/build-push-action@v7
200200
with:
201201
context: ./oxcaml-dev
202202
file: ./oxcaml-dev/Dockerfile
@@ -252,7 +252,7 @@ jobs:
252252
password: ${{ secrets.GITHUB_TOKEN }}
253253

254254
- name: Build and push dev image (arm64)
255-
uses: docker/build-push-action@v6
255+
uses: docker/build-push-action@v7
256256
with:
257257
context: ./oxcaml-dev
258258
file: ./oxcaml-dev/Dockerfile

.github/workflows/build-push-tsan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- name: Build and push TSan image (amd64)
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
with:
6464
context: ./tsan
6565
file: ./tsan/Dockerfile
@@ -109,7 +109,7 @@ jobs:
109109
password: ${{ secrets.GITHUB_TOKEN }}
110110

111111
- name: Build and push TSan image (arm64)
112-
uses: docker/build-push-action@v6
112+
uses: docker/build-push-action@v7
113113
with:
114114
context: ./tsan
115115
file: ./tsan/Dockerfile

.github/workflows/build-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
password: ${{ secrets.GITHUB_TOKEN }}
9090

9191
- name: Build and push base image (amd64)
92-
uses: docker/build-push-action@v6
92+
uses: docker/build-push-action@v7
9393
with:
9494
context: ./base
9595
file: ./base/Dockerfile
@@ -139,7 +139,7 @@ jobs:
139139
password: ${{ secrets.GITHUB_TOKEN }}
140140

141141
- name: Build and push base image (arm64)
142-
uses: docker/build-push-action@v6
142+
uses: docker/build-push-action@v7
143143
with:
144144
context: ./base
145145
file: ./base/Dockerfile
@@ -196,7 +196,7 @@ jobs:
196196
password: ${{ secrets.GITHUB_TOKEN }}
197197

198198
- name: Build and push dev image (amd64)
199-
uses: docker/build-push-action@v6
199+
uses: docker/build-push-action@v7
200200
with:
201201
context: ./dev
202202
file: ./dev/Dockerfile
@@ -252,7 +252,7 @@ jobs:
252252
password: ${{ secrets.GITHUB_TOKEN }}
253253

254254
- name: Build and push dev image (arm64)
255-
uses: docker/build-push-action@v6
255+
uses: docker/build-push-action@v7
256256
with:
257257
context: ./dev
258258
file: ./dev/Dockerfile

0 commit comments

Comments
 (0)