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:
Paul Spooren 2021-03-17 20:25:16 -10:00
parent 004abfec75
commit b164a3aa32
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG ARCH=x86-64
FROM openwrtorg/rootfs:$ARCH
FROM openwrt/rootfs:$ARCH
ADD entrypoint.sh /entrypoint.sh