diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 315fbd67..481045eb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -36,6 +36,10 @@ jobs: # Fetch all tags - name: Fetch tags run: git fetch --tags + - name: print info + run: | + ${{ toJson(github) }} + ${{ toJson(env) }} # Generate the appropriate version number - name: Set Version Number shell: powershell