Skip to content

Commit

Permalink
Update release-build.yml (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed authored Feb 6, 2020
1 parent 1694d11 commit 3a68258
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@ jobs:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
run: echo $DOCKER_HUB_ACCESS_TOKEN | docker login -u $DOCKER_HUB_USERNAME --password-stdin

- name: Get the image tag
id: get_image_tag
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}

- name: Publish
run: make VERSION=$VERSION publish
run: make VERSION=${GITHUB_REF#refs/tags/v} publish

0 comments on commit 3a68258

Please sign in to comment.