Browse Source

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>
lilik-openwrt-22.03
Paul Spooren 3 years ago
parent
commit
b164a3aa32
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/Dockerfile

+ 1
- 1
.github/workflows/Dockerfile View File

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


Loading…
Cancel
Save