We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099d019 commit eaaf227Copy full SHA for eaaf227
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
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
113
114
- name: Build and push Docker image for all plattforms
115
- uses: docker/build-push-action@v6.10.0
+ uses: docker/build-push-action@v6.11.0
116
id: docker_build_runtime_cross
117
with:
118
context: .
0 commit comments