fix: use docker images from dockerhub (#1249)

This commit is contained in:
R
2022-07-08 00:21:51 +00:00
committed by GitHub
parent aea17b1aa6
commit e70b968924
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest # image with user 'runner:runner' built on tag 'act-latest'
image: catthehacker/ubuntu:runner-latest # image with user 'runner:runner' built on tag 'act-latest'
steps:
- run: echo PASS
+1 -1
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: ''
+1 -1
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: |