Skip to content

Commit

Permalink
Update build-push-release.yml (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov authored Jun 21, 2024
1 parent a3d35f4 commit 11c3177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: echo ${{ github.event.release.tag_name }}

- name: Write version to ENV variable
run:
$TAG_NAME=${{ github.event.release.tag_name }}
run: |
TAG_NAME=${{ github.event.release.tag_name }}
echo "LABEL_VERSION=${TAG_NAME:1}" >> $GITHUB_ENV
- name: Login to DockerHub
Expand Down

0 comments on commit 11c3177

Please sign in to comment.