Skip to content

Commit

Permalink
pull from ghcr of repository owner instead of hardcoded cyclus
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Oct 16, 2023
1 parent 5408a56 commit 57cec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
]

container:
image: ghcr.io/cyclus/cyclus_${{ matrix.ubuntu_versions }}_${{ matrix.pkg_mgr }}/${{ matrix.pkg_mgr }}-deps
image: ghcr.io/${{ github.repository_owner }}/cyclus_${{ matrix.ubuntu_versions }}_${{ matrix.pkg_mgr }}/${{ matrix.pkg_mgr }}-deps

steps:
- name: Checkout repository
Expand Down

0 comments on commit 57cec65

Please sign in to comment.