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

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

---
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-09-13 03:13:51 +00:00 committed by Bojan Čekrlić
parent 90d8795747
commit c7def504b5
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
@ -119,7 +119,7 @@ jobs:
${{ runner.os }}-ubuntu-
- name: Build and push Ubuntu
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true

View file

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

View file

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