diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f865331..7a3a8cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build-and-push: runs-on: ubuntu-latest container: - image: docker:latest + image: ghcr.io/catthehacker/ubuntu:act-latest steps: - name: Checkout repository uses: actions/checkout@v2