Skip to content

Commit

Permalink
Update release Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
serjs committed Jul 7, 2021
1 parent 595e923 commit e65f7c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
id: buildx
uses: crazy-max/[email protected]
- name: Release version
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Print release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
run: echo ${{ env.RELEASE_VERSION }}
- name: Dockerhub login
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
-
Expand Down

0 comments on commit e65f7c6

Please sign in to comment.