From d2b1717dd398a12080585df2cca53b38588ee9cb Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 15 Mar 2022 21:38:09 -0700 Subject: [PATCH] changing the base image to use GH Registry images. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04ee220..fbfd6b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: name: Test needs: build-test runs-on: ubuntu-latest - container: "packagrio/packagr:latest-${{ matrix.package_type }}" + container: "ghcr.io/packagrio/packagr:latest-${{ matrix.package_type }}" strategy: matrix: