Skip to content

Commit

Permalink
undo changes in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Oct 31, 2024
1 parent cc5bb60 commit 72c9f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Build Everest
run: |
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make build build-cli
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make build
- name: Setup docker build metadata
uses: docker/metadata-action@v5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,6 @@ jobs:
type=raw,value=latest
type=raw,value=${{ env.FLOATING_TAG }},enable=${{ env.IS_RC == 0 }}
- name: CLI - build binaries
run: |
make release-cli
- name: Everest - build Everest image
uses: docker/build-push-action@v6
with:
Expand Down Expand Up @@ -461,6 +457,10 @@ jobs:
push: true
tags: ${{ steps.everest_meta.outputs.tags }}

- name: CLI - build binaries
run: |
make release-cli
- name: CLI - create release with binaries
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 72c9f5c

Please sign in to comment.