Skip to content

Commit

Permalink
Try referencing APPENDEX_FILE in REPO_DIR.
Browse files Browse the repository at this point in the history
The action did not properly include the file, so let's try specifying the full path.
  • Loading branch information
ryanlovett committed Sep 24, 2024
1 parent 4e732d1 commit 1c7e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# so all contents put in /home/jovyan are lost. This particularly prevents any 'start' script from
# working, as it is needed in runtime.
REPO_DIR: /srv/repo
APPENDIX_FILE: Dockerfile.appendix
APPENDIX_FILE: /srv/repo/Dockerfile.appendix

# Lets us monitor disks getting full as images get bigger over time
- name: Show how much disk space is left
Expand Down

0 comments on commit 1c7e5a2

Please sign in to comment.