Update .github/workflows/test.yml

Co-authored-by: Ryan <me@hackerc.at>
This commit is contained in:
Domen Kožar 2021-11-17 15:29:19 -06:00
parent 9489b6bd0b
commit 31bbb1e1e8

View file

@ -121,4 +121,5 @@ jobs:
with: with:
go-version: '^1.16' go-version: '^1.16'
- run: go install github.com/nektos/act@latest - run: go install github.com/nektos/act@latest
- run: ~/go/bin/act --pull -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build - run: docker pull ghcr.io/catthehacker/ubuntu:full-20.04
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build