1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Github actions repo (#1130)

* Revert dev release to esphome repo

* Delete gitlab ci

* Delete travis file
This commit is contained in:
Jesse Hills
2020-07-14 10:55:15 +12:00
committed by GitHub
parent 351ecf9bd4
commit c8a4eb426c
3 changed files with 3 additions and 394 deletions

View File

@@ -77,11 +77,11 @@ jobs:
run: |
if [[ "${{ matrix.build-type }}" == "hassio" ]]; then
BUILD_FROM=esphome/esphome-hassio-base-${{ matrix.arch }}:${BASE_VERSION}
BUILD_TO=glmnet/esphome-hassio-${{ matrix.arch }}
BUILD_TO=${{ github.repository }}-hassio-${{ matrix.arch }}
DOCKERFILE=docker/Dockerfile.hassio
else
BUILD_FROM=esphome/esphome-base-${{ matrix.arch }}:${BASE_VERSION}
BUILD_TO=glmnet/esphome-${{ matrix.arch }}
BUILD_TO=${{ github.repository }}-${{ matrix.arch }}
DOCKERFILE=docker/Dockerfile
fi
@@ -112,7 +112,7 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- run: |
REPO=glmnet/esphome
REPO=${{ github.repository }}
docker manifest create ${REPO}:dev \
${REPO}-aarch64:dev \