mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Only compile docker builds for dev releases
This commit is contained in:
parent
13696b1ec4
commit
9880a425f4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release-dev.yml
vendored
3
.github/workflows/release-dev.yml
vendored
|
@ -155,7 +155,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [amd64, i386, armv7, aarch64]
|
arch: [amd64, i386, armv7, aarch64]
|
||||||
build_type: ["hassio", "docker"]
|
# Hassio dev image doesn't use esphome/esphome-hassio-$arch and uses base directly
|
||||||
|
build_type: ["docker"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set TAG
|
- name: Set TAG
|
||||||
|
|
Loading…
Reference in a new issue