Skip to content

Commit

Permalink
hl job
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed May 8, 2024
1 parent f39c67f commit 36a7f17
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Create and Push Container Image (heighliner)
on:
push:
tags:
- '**'
- "**"
branches:
- '**'
- "**"

jobs:
build-and-push-image:
Expand All @@ -15,25 +15,25 @@ jobs:
packages: write

steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: strangelove-ventures/[email protected]
with:
chain: pocket-network
dockerfile: cosmos
platform: linux/arm64,linux/amd64
pre-build: |
make -d heighliner_pre_build
build-target: |
make -d install
binaries: |
- /go/bin/poktrolld
- name: Build and push Docker image
uses: strangelove-ventures/[email protected]
with:
chain: pocket-network
dockerfile: cosmos
platform: linux/arm64,linux/amd64
pre-build: |
make -d heighliner_pre_build
build-target: |
make -d heighliner_build
binaries: |
- /go/bin/poktrolld

0 comments on commit 36a7f17

Please sign in to comment.