1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

GH Actions CI use GHCR (#2027)

This commit is contained in:
Otto Winter
2021-07-15 21:51:52 +02:00
committed by GitHub
parent cc7dbeada6
commit 799f04efc0
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
# cpp lint job runs with esphome-lint docker image so that clang-format-*
# doesn't have to be installed
container: esphome/esphome-lint:1.1
container: ghcr.io/esphome/esphome-lint:1.1
steps:
- uses: actions/checkout@v2
# Set up the pio project so that the cpp checks know how files are compiled