From ccdc6001f1cd3803708a4d0c2810e04af4651795 Mon Sep 17 00:00:00 2001 From: Stephen Cirner Date: Mon, 20 May 2024 16:11:11 -0400 Subject: [PATCH] fix(ci): point to correct provenanced binary in heighliner image --- .github/workflows/docker.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9ee52c6b8..c65d72025 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -56,9 +56,16 @@ jobs: local: true tag: ${{ steps.meta.outputs.version }} registry: provenanceio + dockerfile: cosmos build-target: | cd .. make install + binaries: | + - /go/bin/provenanced + build-env: | + - "WITH_LEDGER=false" + - "WITH_CLEVELDB=false" + - "BUILD_TAGS=muslc musl dynamic" additional-args: "--alpine-version 3.18" skip: ${{ github.event_name == 'pull_request' }}