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 <[email protected]>
  • Loading branch information
wmudge committed Aug 29, 2023
1 parent 013ac42 commit 9782b22
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 9782b22

Please sign in to comment.