Skip to content

Commit 0c3aff2

Browse files
chore(deps): Bump docker/build-push-action from 6.17.0 to 6.18.0 (docker-mailserver#4500)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c193a1 commit 0c3aff2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/generic_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# NOTE: AMD64 can build within 2 minutes
8282
- name: 'Build images'
83-
uses: docker/build-push-action@v6.17.0
83+
uses: docker/build-push-action@v6.18.0
8484
with:
8585
context: .
8686
# Build at least the AMD64 image (which runs against the test suite).

.github/workflows/generic_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
password: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: 'Build and publish images'
70-
uses: docker/build-push-action@v6.17.0
70+
uses: docker/build-push-action@v6.18.0
7171
with:
7272
context: .
7373
build-args: |

.github/workflows/generic_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Importing from the cache should create the image within approx 30 seconds:
4444
# NOTE: `qemu` step is not needed as we only test for AMD64.
4545
- name: 'Build AMD64 image from cache'
46-
uses: docker/build-push-action@v6.17.0
46+
uses: docker/build-push-action@v6.18.0
4747
with:
4848
context: .
4949
tags: mailserver-testing:ci

.github/workflows/generic_vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Importing from the cache should create the image within approx 30 seconds:
4343
# NOTE: `qemu` step is not needed as we only test for AMD64.
4444
- name: 'Build AMD64 image from cache'
45-
uses: docker/build-push-action@v6.17.0
45+
uses: docker/build-push-action@v6.18.0
4646
with:
4747
context: .
4848
tags: mailserver-testing:ci

0 commit comments

Comments
 (0)