Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github actions repo #1130

Merged
merged 3 commits into from Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-dev.yaml
Expand Up @@ -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

Expand Down Expand Up @@ -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 \
Expand Down
347 changes: 0 additions & 347 deletions .gitlab-ci.yml

This file was deleted.