From a3d62b204f8b4cd890b63c526b5f0193e8fd564c Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Mon, 27 Oct 2025 18:40:05 -0400 Subject: [PATCH] another fix to tests for new tests (#472) --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d26f93a..afb3674 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -162,9 +162,9 @@ jobs: run: | hauler store add image --help # verify via image reference - hauler store add image ghcr.io/hauler-dev/busybox + hauler store add image ghcr.io/hauler-dev/library/busybox # verify via image reference with version and platform - hauler store add image ghcr.io/hauler-dev/busybox:stable --platform linux/amd64 + hauler store add image ghcr.io/hauler-dev/library/busybox:stable --platform linux/amd64 # verify via image reference with full reference hauler store add image ghcr.io/hauler-dev/distroless/base@sha256:7fa7445dfbebae4f4b7ab0e6ef99276e96075ae42584af6286ba080750d6dfe5 # verify via the hauler store contents