Skip to content

Commit

Permalink
Debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 committed Jun 17, 2024
1 parent 10daaf7 commit 6875c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Set Release version env variable
run: |
echo "RELEASE_VERSION=$(echo ${{ github.ref_name }} | sed 's|.*/v\([^/]*\)$|\1|')" >> $GITHUB_ENV
echo "RELEASE_VERSION: ${{ env.RELEASE_VERSION }}"
- name: Add SHORT_SHA env property with commit short sha
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
Expand Down

0 comments on commit 6875c1b

Please sign in to comment.