diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21022ae..5ff73de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,8 +9,6 @@ on: jobs: test: runs-on: ubuntu-latest - container: - image: ghcr.io/catthehacker/ubuntu:act-latest steps: - name: Check folders run: | @@ -27,6 +25,8 @@ jobs: ls -la - name: Login to Docker Registry + image: ghcr.io/catthehacker/ubuntu:act-latest + imagePullPolicy: Always uses: docker/login-action@v2 with: registry: git.coopgo.io