Skip to content

Commit

Permalink
added bin installations
Browse files Browse the repository at this point in the history
  • Loading branch information
TRudenko22 committed May 22, 2023
1 parent 4ee4937 commit d239073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-to-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:

- name: Build and push
run: |
make controller-gen
make envtest
make kustomize
docker login -u ${{ env.QUAY_USERNAME }} -p ${{ env.QUAY_PASSWORD }} quay.io
make docker-build IMG=quay.io/${{ env.REPO }}/${{ env.IMAGE }}:${{ env.TAG }}
make docker-push IMG=quay.io/${{ env.REPO }}/${{ env.IMAGE }}:${{ env.TAG }}

0 comments on commit d239073

Please sign in to comment.