chore(deps): Bump docker/build-push-action from 3.2.0 to 3.3.0 (#3008)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
dbe0d8c14f
commit
e64827e4b2
|
@ -83,7 +83,7 @@ jobs:
|
||||||
|
|
||||||
# NOTE: AMD64 can build within 2 minutes
|
# NOTE: AMD64 can build within 2 minutes
|
||||||
- name: 'Build images'
|
- name: 'Build images'
|
||||||
uses: docker/build-push-action@v3.2.0
|
uses: docker/build-push-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
# Build at least the AMD64 image (which runs against the test suite).
|
# Build at least the AMD64 image (which runs against the test suite).
|
||||||
|
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
run: echo "version=$(<VERSION)" >>"${GITHUB_OUTPUT}"
|
run: echo "version=$(<VERSION)" >>"${GITHUB_OUTPUT}"
|
||||||
|
|
||||||
- name: 'Build and publish images'
|
- name: 'Build and publish images'
|
||||||
uses: docker/build-push-action@v3.2.0
|
uses: docker/build-push-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
# Earlier `buildx` + `qemu` steps are not needed as no cache is exported,
|
# Earlier `buildx` + `qemu` steps are not needed as no cache is exported,
|
||||||
# and only a single platform (AMD64) is loaded:
|
# and only a single platform (AMD64) is loaded:
|
||||||
- name: 'Build AMD64 image from cache'
|
- name: 'Build AMD64 image from cache'
|
||||||
uses: docker/build-push-action@v3.2.0
|
uses: docker/build-push-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
tags: mailserver-testing:ci
|
tags: mailserver-testing:ci
|
||||||
|
|
Loading…
Reference in New Issue