mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Prefix devcontainer image with ghcr.io (#3942)
This commit is contained in:
parent
237c7dd169
commit
f2c4f018de
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ESPHome Dev",
|
"name": "ESPHome Dev",
|
||||||
"image": "esphome/esphome-lint:dev",
|
"image": "ghcr.io/esphome/esphome-lint:dev",
|
||||||
"postCreateCommand": [
|
"postCreateCommand": [
|
||||||
"script/devcontainer-post-create"
|
"script/devcontainer-post-create"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue