Skip to content

Commit

Permalink
Automated github release v. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Feb 27, 2024
1 parent 31ff956 commit 5f01c73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
./fq-connector-go-tests -projectPath=$(pwd)
- name: Build binary package
run: |
tar czf fq-connector-go-${{ github.event.inputs.tag }}-$GOOS-$GOARCH.tar.gz fq-connector-go
tar czf fq-connector-go-${{ github.event.inputs.tag }}-${{ env.GOOS }}-${{ env.GOARCH }}.tar.gz fq-connector-go
- name: Build and push Docker image
run: |
docker login --username vitalyisaev2 --password ${{ secrets.GHCR_TOKEN }} ghcr.io
Expand All @@ -72,4 +72,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
fq-connector-go-${{ github.event.inputs.tag }}-$GOOS-$GOARCH.tar.gz
fq-connector-go-${{ github.event.inputs.tag }}-${{ env.GOOS }}-${{ env.GOARCH }}.tar.gz
tag_name: ${{ github.event.inputs.tag }}

0 comments on commit 5f01c73

Please sign in to comment.