Bump docker/build-push-action from 3 to 4

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>
This commit is contained in:
dependabot[bot] 2023-01-31 03:01:52 +00:00 committed by GitHub
parent fc7ed0b391
commit f9dfd4a6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ jobs:
update-binfmts --enable
- name: Build and push Alpine
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
@ -119,7 +119,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build and push Ubuntu
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true

View file

@ -65,7 +65,7 @@ jobs:
update-binfmts --enable
- name: Build Alpine
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: false

View file

@ -72,7 +72,7 @@ jobs:
update-binfmts --enable
- name: Build and push Alpine
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
@ -123,7 +123,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build and push Ubuntu
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true