Update eufy_manually_build_image.yml

This commit is contained in:
Max Winterstein
2021-04-21 08:54:07 +02:00
committed by GitHub
parent 81b9ff70d8
commit 2174d54da1

View File

@@ -28,13 +28,11 @@ jobs:
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- - name: Test build
name: Build and push uses: home-assistant/builder@master
uses: docker/build-push-action@v2
with: with:
context: eufy-ha-mqtt-bridge/ args: |
file: eufy-ha-mqtt-bridge/Dockerfile-real --all \
platforms: linux/amd64,linux/arm/v7,linux/arm64 --aarch64 \
push: true --target eufy-ha-mqtt-bridge \
tags: | --docker-hub maxwinterstein
maxwinterstein/homeassistant-addon-eufy-ha-mqtt-bridge:${{ github.event.inputs.version }}