Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/actions/setup-bink/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ inputs:
cache-key-prefix:
description: Prefix for the image cache key
required: true
node-image:
description: Node image to pull (omit if already loaded locally)
required: false
default: ''

runs:
using: composite
steps:
- name: Add node image to pull list
if: inputs.node-image != ''
shell: bash
run: echo "BINK_IMAGES=$BINK_IMAGES ${{ inputs.node-image }}" >> "$GITHUB_ENV"

- name: Configure kernel for nested containers
shell: bash
run: |
Expand Down
134 changes: 0 additions & 134 deletions .github/workflows/build-node-image.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/integration-tests-composefs.yml

This file was deleted.

Loading
Loading