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 a0c7722
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/agoric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ 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 }}
./heighliner build -c agoric-agd --use-buildkit --buildkit-addr unix:///var/run/docker.sock --go-version 1.21 --git-ref ${{ env.VERSION }}
- name: Tag and push Docker image
run: |
Expand Down

0 comments on commit a0c7722

Please sign in to comment.