Skip to content

Commit

Permalink
Enable buildkit for agoric
Browse files Browse the repository at this point in the history
  • Loading branch information
minniux committed Aug 28, 2024
1 parent 3389bc9 commit 0badb17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/agoric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker pull ghcr.io/p2p-org/cosmos-heighliner:infra-toolkit-${{ env.INFRA_TOOLKIT }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push agoric Docker image
run: |
./heighliner build -c agoric-agd --go-version 1.21 --git-ref ${{ env.VERSION }}
Expand Down

0 comments on commit 0badb17

Please sign in to comment.