mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-02 00:07:16 +01:00
Migrate builder workflow to new builder actions (#6653)
* Migrate builder workflow to new builder actions Migrate Supervisor image build to new builder actions. The resulting images should be identical to those built by the builder. Refs #6646 - does not implement multi-arch manifest publishing (will be done in a follow-up) * Update devcontainer version to 3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Supervisor dev",
|
||||
"image": "ghcr.io/home-assistant/devcontainer:2-supervisor",
|
||||
"image": "ghcr.io/home-assistant/devcontainer:3-supervisor",
|
||||
"containerEnv": {
|
||||
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user