CI: use new `openwrt` Docker username
authorPaul Spooren <mail@aparcar.org>
Thu, 18 Mar 2021 06:25:16 +0000 (20:25 -1000)
committerPaul Spooren <mail@aparcar.org>
Thu, 18 Mar 2021 08:20:16 +0000 (22:20 -1000)
We now own `openwrtorg` and `openwrt`, where the latter replaces the
former. Slowly migrate over.

Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/Dockerfile

index aa269b778f50f66fb14b4bfd6c05911d6ce7e160..fbd17fc1f9537348ae1928d50f1cd8c18f0af9a9 100644 (file)
@@ -1,5 +1,5 @@
 ARG ARCH=x86-64
-FROM openwrtorg/rootfs:$ARCH
+FROM openwrt/rootfs:$ARCH
 
 ADD entrypoint.sh /entrypoint.sh