Skip to content

Commit

Permalink
update workflow and dockefile FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
chliddle committed Aug 21, 2024
1 parent 03f81d1 commit ca23813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cosmoshub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Build and push cosmoshub Docker image
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
cd temp/
docker build -t gaia:${{ env.VERSION }} .
Expand Down
2 changes: 1 addition & 1 deletion temp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cosmos-heighliner:cosmoshub-v18.1.0
FROM ghcr.io/p2p-org/cosmos-heighliner:cosmoshub-v18.1.0

# Copy the new gaiad binary into the container
COPY ./gaiad-v19.1.0-linux-amd64 /bin/gaiad
Expand Down

0 comments on commit ca23813

Please sign in to comment.