Skip to content

Commit 1fbb3d0

Browse files
authored
Merge pull request #13 from macbre/add-pulled-info
Print info with version and commit hash
2 parents 374e8a7 + e29f003 commit 1fbb3d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ runs:
5050
run: |
5151
echo "Pulling index-version ${{ inputs.index-digest-version }} ..."
5252
docker pull --quiet macbre/index-digest:${{ inputs.index-digest-version }}
53+
echo "Pulled $( docker run macbre/index-digest:${{ inputs.index-digest-version }} --version )"
5354
5455
echo "Using SQL log file: ${{ inputs.index-digest-sql-log }} ..."
5556

0 commit comments

Comments
 (0)