Skip to content

Commit

Permalink
chore: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Dec 2, 2020
1 parent a6a1b55 commit 03acd18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
- name: publish docker image
uses: hiberbee/github-action-skaffold@latest
with:
skaffold-version: 1.17.1
command: build
tag: ${{ steps.cmakVersion.outputs.cmakVersion }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"

publish_chart_job:
name: Helm chart
Expand Down

0 comments on commit 03acd18

Please sign in to comment.