Bump docker/build-push-action from 3 to 4 (#520)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-02 23:59:36 +00:00 committed by GitHub
parent 9ae22c42a4
commit 815973aea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: 'Build and push Docker image'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./nodeapp
platforms: linux/amd64,linux/arm64

View File

@ -74,7 +74,7 @@ jobs:
echo ${{ steps.commit.outputs.long }}>"commit_sha.txt"
- name: 'Build and push Docker image'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true