mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-16 14:23:08 +01:00
Update eufy_manually_build_image.yml
This commit is contained in:
16
.github/workflows/eufy_manually_build_image.yml
vendored
16
.github/workflows/eufy_manually_build_image.yml
vendored
@@ -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 }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user