Skip to content

Commit

Permalink
Update location of Containerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
  • Loading branch information
wmudge committed Aug 25, 2023
1 parent 4b62d4a commit e06784e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.PROFILE }}-Containerfile
path: ./Containerfile
path: ./context/Containerfile

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

0 comments on commit e06784e

Please sign in to comment.