Prefix devcontainer image with ghcr.io (#3942)

This commit is contained in:
Jesse Hills 2022-10-26 12:04:29 +13:00 committed by GitHub
parent 237c7dd169
commit f2c4f018de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ESPHome Dev",
"image": "esphome/esphome-lint:dev",
"image": "ghcr.io/esphome/esphome-lint:dev",
"postCreateCommand": [
"script/devcontainer-post-create"
],