Skip to content

Commit

Permalink
CI: Pull image from the GitHub container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
phy1729 committed Jul 3, 2021
1 parent f0e6a8e commit dffe304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
- 4.3.12
- 4.3.11
container:
image: zshusers/zsh:${{ matrix.version }}
image: ghcr.io/zsh-users/zsh:${{ matrix.version }}
steps:
- uses: actions/checkout@v2
- run: install_packages bsdmainutils make procps
Expand Down

0 comments on commit dffe304

Please sign in to comment.