From c300ca41a0d1d1145a4bb0301f7aa05906cefefc Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Mon, 3 Jun 2024 21:49:45 +0500 Subject: [PATCH] Adjust tag --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ebf843..0e765e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build-deb: runs-on: ubuntu-latest container: - image: ixsystems/apps_validation:latest + image: ghcr.io/truenas/apps_validation:latest steps: - name: Checkout @@ -29,6 +29,6 @@ jobs: - uses: actions/upload-artifact@v1 with: - name: py-catalog-validation + name: py-apps-validation path: artifacts if: success()