Skip to content

Commit

Permalink
try fix interchain ci
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Jan 29, 2024
1 parent cfdb6b2 commit 5f9eb9e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/interchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,24 @@ jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
uses: docker/setup-buildx-action@v3
- name: Build interchain image
id: build_image
uses: docker/build-push-action@v3
with:
file: ictest.Dockerfile
file: ./ictest.Dockerfile
context: .
push: true
platforms: linux/amd64
tags: |
core:local
test-terra-start:
runs-on: ubuntu-latest
needs: build-image
Expand Down

0 comments on commit 5f9eb9e

Please sign in to comment.