Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build github actions workflow #75

Closed
agouin opened this issue Jan 21, 2023 · 2 comments
Closed

Build github actions workflow #75

agouin opened this issue Jan 21, 2023 · 2 comments

Comments

@agouin
Copy link
Member

agouin commented Jan 21, 2023

Build github actions workflow so that heighliner images can be built and push from an importable workflow.

Examples

With built-in chain config

      - name: Build and push heighliner Docker image
        uses: heighliner/build-push-action@v1
        with:
          chain: gaia

Custom chain config

      - name: Build and push heighliner Docker image
        uses: heighliner/build-push-action@v1
        with:
          chain: somechain
          dockerfile: cosmos
          build-target: install
          build-env:
            - LEDGER_ENABLED=false
            - BUILD_TAGS=muslc
          binaries:
            - /go/bin/somechaind
@bigs
Copy link
Contributor

bigs commented Feb 16, 2023

I'm working on this, and will have a version up soon. It's going to be homed in my Git org, but I can transfer it if it passes muster.

@bigs
Copy link
Contributor

bigs commented Feb 16, 2023

The MVP is up at burnt-labs/heighliner-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants