Skip to content

Commit

Permalink
Issue #3448: print more info files from the container
Browse files Browse the repository at this point in the history
just to check the setup
  • Loading branch information
bschmalhofer committed Jul 18, 2024
1 parent 76e9897 commit c43f42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}

- name: Test
- name: Info
if: steps.check.outputs.needs-updating == 'true'
run: |
docker run --rm ${{ env.TEST_TAG }} cat RELEASE
docker run --rm ${{ env.TEST_TAG }} 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 c43f42b

Please sign in to comment.