1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-16 02:47:11 +02:00

Bump docker/build-push-action from 4 to 5 (#180)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
This commit is contained in:
dependabot[bot] 2023-10-01 21:22:37 +13:00 committed by GitHub
parent ec3dd0c196
commit 3b43a803af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
version_extractor_regex: 'v(.*)$'
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
# platforms: linux/386,linux/amd64,linux/arm,linux/arm64