diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ad619a..4262249 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@v6.6.1 + uses: docker/build-push-action@v6.7.0 id: docker_build_runtime_cross with: context: .