Skip to content

Commit

Permalink
Default value for testing the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Apr 29, 2024
1 parent 1af36ad commit 8d4386c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/airgap-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
description: 'Path to bundle file in the repo'
required: true
type: string
default: releases/1.7/stable/kubeflow/bundle.yaml
pull_request:

jobs:
Expand All @@ -31,6 +32,7 @@ jobs:
id: images
run: |
./scripts/airgapped/get-all-images.sh ${{ inputs.bundle }} > images.txt
echo "Created images list:"
cat ./images.txt
- name: Upload images.txt
Expand Down

0 comments on commit 8d4386c

Please sign in to comment.