diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 981efc3..caf4464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} needs: [ test-script ] runs-on: ubuntu-latest + environment: docker.io steps: - uses: actions/checkout@v2