Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 15, 2024
1 parent 7af6a66 commit b844437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
uses: docker/build-push-action@v6.4.0
id: docker_build_runtime_cross
with:
context: .
Expand Down

0 comments on commit b844437

Please sign in to comment.