We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a3eb8 commit 7b70c97Copy full SHA for 7b70c97
.github/workflows/pi_build.yml
@@ -80,8 +80,8 @@ jobs:
80
- name: Upload ${{ matrix.parent_image_type }}-requirements
81
uses: actions/upload-artifact@v4
82
with:
83
- name: requirements/${{ matrix.parent_image_type }}-requirements.txt
84
- path: ${{ matrix.parent_image_type }}-requirements.txt
+ name: ${{ matrix.parent_image_type }}-requirements.txt
+ path: requirements/${{ matrix.parent_image_type }}-requirements.txt
85
86
pi-build:
87
name: 'Parent Images: Docker Build'
0 commit comments