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>
(cherry picked from commit b164a3aa32
)
This commit is contained in:
parent
7e7adfceef
commit
bb3eb4d98c
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