fix: use docker images from dockerhub (#1249)

This commit is contained in:
R
2022-07-08 02:21:51 +02:00
committed by GitHub
parent aea17b1aa6
commit e70b968924
7 changed files with 21 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ jobs:
$PSVersionTable
check-container:
runs-on: ubuntu-latest
container: ghcr.io/justingrote/act-pwsh:latest
container: catthehacker/ubuntu:pwsh-latest
steps:
- shell: ${{ env.MY_SHELL }}
run: |