registry typo fix
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-12-15 18:37:54 +01:00
parent 72aeb85a2e
commit 1815e60a37
2 changed files with 1 additions and 6 deletions

View File

@@ -23,11 +23,6 @@ local build(dir, package) = {
}]
};
/* [
#build('_CI-CD',pkg) for pkg in packages;
build('_CI-CD','debian-stable'),
] */
std.flattenArrays([ [
build('_CI-CD', pkg)
for pkg in packages

View File

@@ -1,4 +1,4 @@
FROM cr.lan/debian-stable
FROM cr.wks/debian-stable
RUN apt-get update && apt-get install -y \
dnsutils procps nmap bash iputils-ping bash \