👷 Add automated builds

This commit is contained in:
Max Winterstein
2022-11-28 23:27:47 +01:00
committed by GitHub
parent 92e0d00e77
commit b615cfcd6c
6 changed files with 369 additions and 92 deletions

View File

@@ -14,31 +14,6 @@ jobs:
- run: cd eufy-ha-mqtt-bridge && ./version-updater.sh
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
if: ${{ env.CONTINUE }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
if: ${{ env.CONTINUE }}
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
if: ${{ env.CONTINUE }}
- name: Test build
uses: home-assistant/builder@2022.11.0
with:
args: |
--all \
--aarch64 \
--target eufy-ha-mqtt-bridge \
--docker-hub maxwinterstein
if: ${{ env.CONTINUE }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with: