From 26c56f015a5b5ae317e80b3e6a0cc5bbfb063f88 Mon Sep 17 00:00:00 2001 From: Michele Sciabarra Date: Sat, 16 Mar 2024 20:51:44 +0000 Subject: [PATCH] test --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 5a079afe..d1299b07 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -122,5 +122,5 @@ tasks: build-and-push-test: - docker pull busybox:latest - - docker tag busybox:latest ghcr.io/nuvolaris/nuvolaris-runtimes-ng:{{.TAG}} + - docker tag busybox:latest ghcr.io/nuvolaris/busybox:{{.TAG}} - docker push ghcr.io/nuvolaris/busybox:{{.TAG}} \ No newline at end of file