diff options
author | Paul Spooren <mail@aparcar.org> | 2021-03-17 20:25:16 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-03-17 22:20:16 -1000 |
commit | b164a3aa32caa181feff8074ecce3a42b052b060 (patch) | |
tree | 4370b170a0cc6738581bcbd3ec43a02ed2370d10 | |
parent | 004abfec7540de3b48181c997af9ad7757700d3e (diff) |
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>
-rw-r--r-- | .github/workflows/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index aa269b778..fbd17fc1f 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=x86-64 -FROM openwrtorg/rootfs:$ARCH +FROM openwrt/rootfs:$ARCH ADD entrypoint.sh /entrypoint.sh |