Skip to content

Commit

Permalink
fix: Fixing version extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Jan 4, 2024
1 parent 145b4b5 commit ea99f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set the version
id: version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/}"
- name: Build and push Tag
id: docker_build_release
uses: docker/build-push-action@v2
Expand Down

0 comments on commit ea99f93

Please sign in to comment.