Skip to content

Commit

Permalink
changing the base image to use GH Registry images.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 16, 2022
1 parent e5908af commit d2b1717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2b1717

Please sign in to comment.