CI: Pull image from the GitHub container registry
This commit is contained in:
parent
f0e6a8ef5c
commit
dffe304567
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue