Fix ghcr URL (#2014)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Joakim Sørensen
2022-07-09 23:24:57 +02:00
committed by GitHub
parent 54bbae3286
commit 4da0ad7da2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ done
# Tag the Supervisor how the OS expects it to be tagged
supervisor=$(docker images --filter "label=io.hass.type=supervisor" --quiet)
arch=$(docker inspect --format '{{ index .Config.Labels "io.hass.arch" }}' "${supervisor}")
docker tag "${supervisor}" "ghcr.io/homeassistant/${arch}-hassio-supervisor:latest"
docker tag "${supervisor}" "ghcr.io/home-assistant/${arch}-hassio-supervisor:latest"
# Setup AppArmor
mkdir -p "/data/supervisor/apparmor"