Skip to content

Commit 7876688

Browse files
build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.17.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a3e9ad commit 7876688

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/next.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Build image
31-
uses: docker/build-push-action@v6.17.0
31+
uses: docker/build-push-action@v6.18.0
3232
with:
3333
file: staging/Dockerfile.${{ matrix.type }}.staging
3434
platforms: linux/amd64
@@ -82,7 +82,7 @@ jobs:
8282
username: ${{ github.actor }}
8383
password: ${{ secrets.GITHUB_TOKEN }}
8484
- name: Build image
85-
uses: docker/build-push-action@v6.17.0
85+
uses: docker/build-push-action@v6.18.0
8686
with:
8787
context: .
8888
file: Dockerfile.${{ matrix.type }}
@@ -115,7 +115,7 @@ jobs:
115115
username: ${{ github.actor }}
116116
password: ${{ secrets.GITHUB_TOKEN }}
117117
- name: Build image
118-
uses: docker/build-push-action@v6.17.0
118+
uses: docker/build-push-action@v6.18.0
119119
with:
120120
file: Dockerfile.ubuntu.${{ matrix.arch }}
121121
platforms: linux/amd64

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Build image
31-
uses: docker/build-push-action@v6.17.0
31+
uses: docker/build-push-action@v6.18.0
3232
with:
3333
file: staging/Dockerfile.${{ matrix.type }}.staging
3434
platforms: linux/amd64
@@ -84,7 +84,7 @@ jobs:
8484
username: ${{ github.actor }}
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686
- name: Build image
87-
uses: docker/build-push-action@v6.17.0
87+
uses: docker/build-push-action@v6.18.0
8888
with:
8989
context: .
9090
file: Dockerfile.${{ matrix.type }}
@@ -120,7 +120,7 @@ jobs:
120120
username: ${{ github.actor }}
121121
password: ${{ secrets.GITHUB_TOKEN }}
122122
- name: Build image
123-
uses: docker/build-push-action@v6.17.0
123+
uses: docker/build-push-action@v6.18.0
124124
with:
125125
file: Dockerfile.ubuntu.${{ matrix.arch }}
126126
platforms: linux/amd64

0 commit comments

Comments
 (0)