1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-29 02:31:20 +02:00

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:
dependabot[bot] 2023-01-16 17:33:09 +00:00 committed by GitHub
parent dbe0d8c14f
commit e64827e4b2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

@ -83,7 +83,7 @@ jobs:
# NOTE: AMD64 can build within 2 minutes
- name: 'Build images'
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.0
with:
context: .
# Build at least the AMD64 image (which runs against the test suite).

@ -72,7 +72,7 @@ jobs:
run: echo "version=$(<VERSION)" >>"${GITHUB_OUTPUT}"
- name: 'Build and publish images'
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.0
with:
context: .
build-args: |

@ -37,7 +37,7 @@ jobs:
# Earlier `buildx` + `qemu` steps are not needed as no cache is exported,
# and only a single platform (AMD64) is loaded:
- name: 'Build AMD64 image from cache'
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.0
with:
context: .
tags: mailserver-testing:ci