Skip to content

Commit

Permalink
chore(github): try something
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 29, 2024
1 parent 7183dab commit 083510b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 083510b

Please sign in to comment.