Skip to content

Commit

Permalink
Issue #3448: specify the entrypoint in info step
Browse files Browse the repository at this point in the history
This allows to print more info
  • Loading branch information
bschmalhofer committed Jul 24, 2024
1 parent ef64b35 commit 46c7e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Info
if: steps.check.outputs.needs-updating == 'true'
run: |
docker run --rm ${{ env.TEST_TAG }} more git-repo.txt git-branch.txt git-commit.txt /opt/otobo_install/otobo_next/RELEASE | cat
docker run --rm --entrypoint /bin/bash ${{ env.TEST_TAG }} -c "pwd; cd /opt/otobo; ls -l; more git-repo.txt git-branch.txt git-commit.txt /opt/otobo_install/otobo_next/RELEASE | cat"
-
# indicate an error when the base image has changed
Expand Down

0 comments on commit 46c7e63

Please sign in to comment.