Skip to content

Commit

Permalink
Use Docker images from GitHub Container Registry
Browse files Browse the repository at this point in the history
This isn't mandatory, but it's part of makedeb's change of source for Docker images from ProGet to the GitHub Container Registry.

It looks like the old images are also acting up, so this should help alleviate that.
  • Loading branch information
hwittenborn committed Sep 16, 2023
1 parent a0d7f57 commit bdc5a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
-i \
-v "${PWD}:/home/makedeb" \
--platform "linux/${{ matrix.target.arch }}" \
"proget.${{ vars.HW_URL }}/docker/makedeb/makedeb:${{ matrix.target.image-tag }}"
"ghcr.io/makedeb/makedeb:${{ matrix.target.image-tag }}"
env:
SCRIPT: |
export "DEBIAN_FRONTEND=${{ vars.DEBIAN_FRONTEND }}"
Expand Down Expand Up @@ -187,4 +187,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "${{ matrix.target.distro }}-${{ matrix.target.display-arch }}"
path: 'pkg/*.deb'
path: 'pkg/*.deb'

0 comments on commit bdc5a85

Please sign in to comment.