Skip to content

Commit

Permalink
ci: remove make modules to enable build due to dependancy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Apr 13, 2024
1 parent da57f8c commit 7bfc66d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tag-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:
run: |
podman login --username ${{ secrets.QUAY_ID }} --password ${{ secrets.QUAY_TOKEN }} quay.io
- name: Align go.mod and go.sum dependencies for released components
run: |
make modules
- name: Image Build and Push
run: |
make build
Expand Down

0 comments on commit 7bfc66d

Please sign in to comment.