From ab9efea3e9d5170c4e8934196a49569489be8952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:04:34 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/actions/integrationtest/action.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/integrationtest/action.yml b/.github/actions/integrationtest/action.yml index ef15797..0ff6bae 100644 --- a/.github/actions/integrationtest/action.yml +++ b/.github/actions/integrationtest/action.yml @@ -23,7 +23,7 @@ runs: images: runtime - name: Build for integration test amd64 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 id: docker_build_runtime with: context: . diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e188844..696283c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: sed -e "s/{ALEXAFHEM_VERSION}/${{ steps.split_alexafhemV.outputs.result}}/g" -e "s/{NODE_VERSION}/${{ steps.extract_image.outputs.image_version}}/g" -e "s/{DEBIAN_RELEASE}/${{ steps.extract_image.outputs.image_base}}/g" -e s/{IMAGE_TAG}/${DOCKER_METADATA_OUTPUT_VERSION}/g < README.tmpl > README.md - name: Build and push Docker image for all plattforms - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.1 id: docker_build_runtime_cross with: context: .