Skip to content

Commit 9782b22

Browse files
committed
Update location of Containerfile
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 013ac42 commit 9782b22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate_image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/upload-artifact@v3
6262
with:
6363
name: ${{ inputs.PROFILE }}-Containerfile
64-
path: ./Containerfile
64+
path: ./context/Containerfile
6565

6666
- name: Download the base image
6767
if: ${{ inputs.PROFILE != 'base' }}
@@ -102,3 +102,4 @@ jobs:
102102
with:
103103
name: base-${{ steps.sha.outputs.sha-short }}
104104
path: /tmp/base-${{ steps.sha.outputs.sha-short }}.tar
105+
retention-days: 2

0 commit comments

Comments
 (0)