From 286cfaea5d09929e87bbb358d500dcf1f824fae2 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Tue, 12 Mar 2024 14:51:51 -0700 Subject: [PATCH] Set correct image names --- busybox-root/build.sh | 2 +- busybox/build.sh | 1 + static-root/build.sh | 2 +- static/build.sh | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/busybox-root/build.sh b/busybox-root/build.sh index 757230b..92812ff 100755 --- a/busybox-root/build.sh +++ b/busybox-root/build.sh @@ -1,3 +1,3 @@ #!/bin/bash set -e -apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/busybox:latest +apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/busybox-root:latest diff --git a/busybox/build.sh b/busybox/build.sh index 757230b..adfb8e3 100755 --- a/busybox/build.sh +++ b/busybox/build.sh @@ -1,3 +1,4 @@ #!/bin/bash set -e apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/busybox:latest + diff --git a/static-root/build.sh b/static-root/build.sh index 57b26f4..0b147fa 100755 --- a/static-root/build.sh +++ b/static-root/build.sh @@ -1,3 +1,3 @@ #!/bin/bash set -e -apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/static:latest +apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/static-root:latest diff --git a/static/build.sh b/static/build.sh index 57b26f4..be3089e 100755 --- a/static/build.sh +++ b/static/build.sh @@ -1,3 +1,4 @@ #!/bin/bash set -e apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/static:latest +