Skip to content

Commit

Permalink
Add development build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSuicideParrot committed Aug 2, 2023
1 parent e93771f commit 5545217
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: mrsuicideparrot/hassio-speedtest-addon
IMAGE_NAME: mrsuicideparrot/hassio-speedtest-addon-dev

jobs:
build:
Expand All @@ -21,13 +21,19 @@ jobs:
-
name: Checkout the repository
uses: actions/checkout@v3
-
name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Publish
uses: home-assistant/builder@master
with:
args: |
--test \
--armhf --armv7 --amd64 --aarch64 \
--amd64 \
--target speedtest \
--docker-hub ghcr.io \
-i ${{ env.IMAGE_NAME }}-{arch}

0 comments on commit 5545217

Please sign in to comment.