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

@@ -8,7 +8,7 @@ jobs:
run: ''
check-container:
runs-on: ubuntu-latest
container: ghcr.io/justingrote/act-pwsh:latest
container: catthehacker/ubuntu:pwsh-latest
steps:
- shell: pwsh -v '. {0}'
run: ''