Skip to content

Commit

Permalink
Update eufy_manually_build_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein authored Apr 21, 2021
1 parent 81b9ff7 commit 2174d54
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/eufy_manually_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
- name: Test build
uses: home-assistant/builder@master
with:
context: eufy-ha-mqtt-bridge/
file: eufy-ha-mqtt-bridge/Dockerfile-real
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: |
maxwinterstein/homeassistant-addon-eufy-ha-mqtt-bridge:${{ github.event.inputs.version }}
args: |
--all \
--aarch64 \
--target eufy-ha-mqtt-bridge \
--docker-hub maxwinterstein

0 comments on commit 2174d54

Please sign in to comment.