projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004abfe
)
CI: use new `openwrt` Docker username
author
Paul Spooren
<mail@aparcar.org>
Thu, 18 Mar 2021 06:25:16 +0000
(20:25 -1000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/.github/workflows/Dockerfile
b/.github/workflows/Dockerfile
index aa269b778f50f66fb14b4bfd6c05911d6ce7e160..fbd17fc1f9537348ae1928d50f1cd8c18f0af9a9 100644
(file)
--- a/
.github/workflows/Dockerfile
+++ b/
.github/workflows/Dockerfile
@@
-1,5
+1,5
@@
ARG ARCH=x86-64
-FROM openwrt
org
/rootfs:$ARCH
+FROM openwrt/rootfs:$ARCH
ADD entrypoint.sh /entrypoint.sh