diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b226c9c..590d2e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -121,4 +121,4 @@ jobs: with: go-version: '^1.16' - run: go install github.com/nektos/act@latest - - 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/bin/act --pull -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build \ No newline at end of file