Skip to content

Commit

Permalink
fix: make command (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick authored Aug 15, 2024
1 parent 9c7cd7f commit f6c0e35
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 @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
run: make buildx-build IMG=drpsychick/mailu-operator:${{ steps.meta.outputs.version }} VERSION=${{ steps.meta.outputs.version }}
run: make docker-buildx IMG=drpsychick/mailu-operator:${{ steps.meta.outputs.version }} VERSION=${{ steps.meta.outputs.version }}

- name: Build operator install manifest
env:
Expand Down

0 comments on commit f6c0e35

Please sign in to comment.