Skip to content

Commit

Permalink
fix: 👷 Should be 'bazel run' to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Apr 6, 2021
1 parent 765cf6b commit db3f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push container image to GitHub Container Registry
run: |
bazel build --define version=${{ steps.vars.outputs.tag }} //cmd/jytte:publish
bazel run --define version=${{ steps.vars.outputs.tag }} //cmd/jytte:publish

0 comments on commit db3f840

Please sign in to comment.