Skip to content

Commit

Permalink
Merge pull request #122 from K-Phoen/release-fix
Browse files Browse the repository at this point in the history
Fix release pipeline
  • Loading branch information
K-Phoen authored Jan 24, 2022
2 parents 2fc2932 + c578e0d commit 8297eac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: make push
if: steps.semver.outputs.tag
env:
VERSION: latest

- run: make docker-push
if: steps.semver.outputs.tag
env:
Expand Down

0 comments on commit 8297eac

Please sign in to comment.