Skip to content

Commit

Permalink
Use the official repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-soja committed Mar 29, 2021
1 parent 5576d84 commit b7ac980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container: ["ubuntu", "debian", "fedora"]

container:
image: ghcr.io/${{ github.repository_owner }}/${{ matrix.container }}
image: ghcr.io/indilib/${{ matrix.container }}

steps:
- name: Get INDI 3rd Party Sources
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Get INDI Core Package
uses: dawidd6/action-download-artifact@v2
with:
repo: ${{ github.repository_owner }}/indi
repo: indilib/indi
branch: master
workflow: default.yml
name: indi-core-package-${{ matrix.container }}
Expand Down

0 comments on commit b7ac980

Please sign in to comment.