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>
pull/1032/head
dependabot[bot] 2023-09-12 21:54:17 +00:00 zatwierdzone przez GitHub
rodzic 239a39de0e
commit 3c7b37a14b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ jobs:
-
name: Build and push not tagged release
if: ${{ !steps.meta.outputs.tags }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: docker/
platforms: linux/amd64,linux/arm64,linux/armhf
@ -46,7 +46,7 @@ jobs:
-
name: Build and push candidate
if: ${{ steps.meta.outputs.tags && contains(steps.meta.outputs.tags, '-RC') }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: docker/
platforms: linux/amd64,linux/arm64,linux/armhf
@ -55,7 +55,7 @@ jobs:
-
name: Build and push tagged release
if: ${{ steps.meta.outputs.tags && !contains(steps.meta.outputs.tags, '-RC') }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: docker/
platforms: linux/amd64,linux/arm64,linux/armhf