Skip to content

Commit

Permalink
play with env for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Apr 29, 2024
1 parent a7e5df3 commit a1a8525
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/airgap-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
default: releases/1.7/stable/kubeflow/bundle.yaml
pull_request:

env:
bundle: releases/1.7/stable/kubeflow/bundle.yaml

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

0 comments on commit a1a8525

Please sign in to comment.