Skip to content

Commit

Permalink
Use ghcr image vs Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored Jun 13, 2023
1 parent 7de4789 commit e629891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
name: Build Arch Clasp
runs-on: ubuntu-latest
container:
image: yitzchak/archlinux-makepkg:latest
image: ghcr.io/yitzchak/archlinux-makepkg:latest
steps:
- name: Set permissions and update packages
run: |
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
name: Build Arch Cando
runs-on: ubuntu-latest
container:
image: yitzchak/archlinux-makepkg:latest
image: ghcr.io/yitzchak/archlinux-makepkg:latest
steps:
- name: Set permissions and update packages
run: |
Expand Down

0 comments on commit e629891

Please sign in to comment.