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

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

---
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] 2022-05-06 03:16:51 +00:00 committed by Boky
parent cb9ab38d1f
commit 371a4ac567
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@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
@ -118,7 +118,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build and push Ubuntu
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true

View file

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

View file

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