We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5776ba0 + 9a934fd commit 589e069Copy full SHA for 589e069
.github/workflows/test.yml
@@ -84,3 +84,9 @@ jobs:
84
if: contains(steps.changed-files.outputs.modified_files, 'Dockerfile')
85
run: |
86
docker run --rm ghcr.io/${{ env.IMAGE }}:test jb --version
87
+ - name: Check container user and home directory
88
+ if: contains(steps.changed-files.outputs.modified_files, 'Dockerfile')
89
+ run: |
90
+ docker run --rm ghcr.io/${{ env.IMAGE }}:test whoami
91
+ docker run --rm ghcr.io/${{ env.IMAGE }}:test sh -c 'echo $HOME'
92
+ docker run --rm ghcr.io/${{ env.IMAGE }}:test sh -c 'ls $HOME'
0 commit comments