Skip to content

Commit

Permalink
Update docker-image.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 authored Jun 17, 2024
2 parents cd51322 + a15436f commit 7cfdba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set Release version env variable
run: |
echo "RELEASE_VERSION=$(echo ${{ github.ref }} | sed 's|.*/v\([^/]*\)$|\1|')" >> $GITHUB_ENV
echo "RELEASE_VERSION=$(echo ${{ github.ref_name }} | sed 's|.*/v\([^/]*\)$|\1|')" >> $GITHUB_ENV
- 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 7cfdba3

Please sign in to comment.