Skip to content

Commit

Permalink
Update updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 6, 2024
1 parent 55a9ceb commit d095b68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,21 @@ jobs:
# remove this after at least one release tagged 'latest'
continue-on-error: true

- name: Display Variables
run: |
echo "ECOSYSTEM: ${{ matrix.suite.ecosystem }}"
echo "GITHUB_RUN_ID: ${{ github.run_id }}"
echo "GITHUB_RUN_NUMBER: ${{ github.run_number }}"
echo "GITHUB_JOB: ${{ github.job }}"
echo "GITHUB_SHA: ${{ github.sha }}"
echo "GITHUB_REF: ${{ github.ref }}"
echo "GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}"
echo "IMAGE_NAME: ${{ env.IMAGE_NAME }}"
echo "GITVERSION_SHORT_SHA: ${{ steps.gitversion.outputs.shortSha }}"
echo "GITVERSION_NUGET_VERSION_V2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}"
echo "GITVERSION_MAJOR: ${{ steps.gitversion.outputs.major }}"
echo "GITVERSION_MINOR: ${{ steps.gitversion.outputs.minor }}"
- name: Build image
run: |
docker build \
Expand Down

0 comments on commit d095b68

Please sign in to comment.