Skip to content

Commit

Permalink
ci(github): fix join action image build (#2223)
Browse files Browse the repository at this point in the history
Fix nightly join omega docker image build using goreleaser.

issue: #2175
  • Loading branch information
corverroos authored Oct 18, 2024
1 parent b928597 commit d0a3e50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci-join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 'stable'

- name: Build binaries
uses: goreleaser/goreleaser-action@v5
with:
version: 2
args: release -f .goreleaser-snapshot.yaml --snapshot --clean --skip=archive

- name: Build halovisor image
run: scripts/halovisor/build.sh "${GITHUB_SHA::7}"

- name: Run a full node
run: |
# Build main docker images
make build-docker
# Install latest omni CLI
go install github.com/omni-network/omni/cli/cmd/omni
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "🚨 `${{ github.event.repository.name }}` CI [failed](${{ github.event.workflow_run.html_url }}): `${{ github.event.workflow.name }}`"
"text": "🚨 `${{ github.event.repository.name }}` repo CI <${{ github.event.workflow_run.html_url }}|failed>: `${{ github.event.workflow.name }}`"
}
}
]
Expand Down

0 comments on commit d0a3e50

Please sign in to comment.