Merge pull request #37 from crazy-max/dependabot/github_actions/docker/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
This commit is contained in:
CrazyMax 2023-09-13 08:35:53 +02:00 committed by GitHub
commit 806baaed75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ jobs:
driver-opts: network=host driver-opts: network=host
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ./test context: ./test
push: true push: true
@ -204,7 +204,7 @@ jobs:
driver-opts: network=host driver-opts: network=host
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ./test context: ./test
push: true push: true