Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipcirtog authored Aug 13, 2024
1 parent 12d21ee commit 2a1fde6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/build-push-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ runs:
shell: bash
run: |
go mod download
- name: Build all platforms
env:
VERSION: ${{ inputs.version }}
run: make all-platforms
shell: bash
- name: Login to docker registry
if: ${{ inputs.push_to_docker == 'true' }}
uses: docker/login-action@v3
Expand Down

0 comments on commit 2a1fde6

Please sign in to comment.