Skip to content

Commit

Permalink
chore: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Mar 3, 2021
1 parent 147f6bc commit 386439f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
username: eshepelyuk
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: publish docker image
uses: hiberbee/github-action-skaffold@latest
uses: hiberbee/github-action-skaffold@1.5.0
with:
skaffold-version: 1.17.1
command: build
tag: ${{ steps.cmakVersion.outputs.cmakVersion }}
env:
Expand Down

0 comments on commit 386439f

Please sign in to comment.