Skip to content

Commit

Permalink
debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolomeychenko committed Jan 19, 2022
1 parent fb5ed84 commit 7cda7fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Echo ${GITHUB_REF_NAME}
run: echo ${GITHUB_REF_NAME:1}
-
name: Write Tag to ENV variable
run: echo "LABEL_VERSION=${{ github.event.release.tag_name:1 }}" >> $GITHUB_ENV
run: echo "LABEL_VERSION=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
-
name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 7cda7fb

Please sign in to comment.