diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8ac12b0..f7c3ff94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,6 +120,6 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: '^1.16' - - run: go install github.com/nektos/act@latest - - 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 \ No newline at end of file + - run: go install github.com/nektos/act@master + - run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04 + - run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build \ No newline at end of file