We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e6a8e commit dffe304Copy full SHA for dffe304
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
- 4.3.12
54
- 4.3.11
55
container:
56
- image: zshusers/zsh:${{ matrix.version }}
+ image: ghcr.io/zsh-users/zsh:${{ matrix.version }}
57
steps:
58
- uses: actions/checkout@v2
59
- run: install_packages bsdmainutils make procps
0 commit comments