Skip to content

Commit

Permalink
fixup! Publish container images with ko
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 24, 2024
1 parent 0d6e1b8 commit 41606a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.QUAY_TOKEN }}

- name: Build and push Docker image
run:
run: |
make ko-push IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }},latest
publish-helm-charts-containers:
Expand Down

0 comments on commit 41606a2

Please sign in to comment.