Skip to content

Commit eaaf227

Browse files
chore(deps): update docker/build-push-action action to v6.11.0
1 parent 099d019 commit eaaf227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
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
113113
114114
- name: Build and push Docker image for all plattforms
115-
uses: docker/build-push-action@v6.10.0
115+
uses: docker/build-push-action@v6.11.0
116116
id: docker_build_runtime_cross
117117
with:
118118
context: .

0 commit comments

Comments
 (0)