Skip to content

Commit

Permalink
Fix CI release manifests target
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Sep 14, 2021
1 parent be3e7b6 commit a8ee404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: "^1.17"
- run: make release-manifest docker-push
- run: make release-manifests docker-push
env:
IMG: ${{ steps.prep.outputs.image }}
- name: Tag latest
Expand Down

0 comments on commit a8ee404

Please sign in to comment.