CI: use new openwrt
Docker username
We now own `openwrtorg` and `openwrt`, where the latter replaces the former. Slowly migrate over. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
004abfec75
commit
b164a3aa32
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
|
@ -1,5 +1,5 @@
|
|||
ARG ARCH=x86-64
|
||||
FROM openwrtorg/rootfs:$ARCH
|
||||
FROM openwrt/rootfs:$ARCH
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue