Skip to content

Commit

Permalink
New adjusts release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Odair Pedro committed Nov 1, 2020
1 parent 4bedd14 commit dcdf85a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
run: |
PKG_VERSION=`echo ${{ github.ref }} | sed -r 's/[refs\/tags\/v]+//g'`
echo Version: $PKG_VERSION
echo '::set-output name=PKG_VERSION::$PKG_VERSION'
echo "::set-output name=version::$(PKG_VERSION)"
- name: Make
run: |
echo Version: ${{ steps.package_version.outputs.PKG_VERSION }}
make version=${{ steps.package_version.outputs.PKG_VERSION }}
echo Version: ${{ steps.package_version.outputs.version }}
make version=${{ steps.package_version.outputs.version }}
zip sonarci-win-x64.zip sonarci.exe README.md
tar -czvf sonarci-linux-x64.tar.gz sonarci README.md
Expand Down Expand Up @@ -72,6 +72,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: odair-pedro/sonarci-cli:${{ steps.package_version.outputs.PKG_VERSION }},odair-pedro/sonarci-cli:latest
tags: odair-pedro/sonarci-cli:${{ steps.package_version.outputs.version }},odair-pedro/sonarci-cli:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit dcdf85a

Please sign in to comment.