diff --git a/.github/workflows/pre-pull-images.yaml b/.github/workflows/pre-pull-images.yaml index d9f302459..1860d1a9f 100644 --- a/.github/workflows/pre-pull-images.yaml +++ b/.github/workflows/pre-pull-images.yaml @@ -97,13 +97,11 @@ jobs: images: ${{ fromJSON(needs.extract-images.outputs.matrix) }} max-parallel: 4 fail-fast: false + container: + image: ghcr.io/onedr0p/kubanetics:2024.12.4 + volumes: + - /var/run/secrets:/var/run/secrets steps: - - name: Setup Homebrew - uses: Homebrew/actions/setup-homebrew@master - - - name: Setup Workflow Tools - run: brew install siderolabs/tap/talosctl - - name: Pre-pull Image run: talosctl -n $NODE_IP image pull ${{ matrix.images }}