Skip to content

Commit

Permalink
ci: mechaind
Browse files Browse the repository at this point in the history
  • Loading branch information
lihua committed Apr 25, 2024
1 parent 5413427 commit 7563653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
uses: docker/login-action@v3
with:
registry: docker.io
username: tharsishq
username: zkmelabs
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
platforms: linux/amd64, linux/arm64
tags: tharsishq/evmos:latest, tharsishq/evmos:${{ steps.meta.outputs.tag }}
tags: zkmelabs/mechain:latest, zkmelabs/mechain:${{ steps.meta.outputs.tag }}

0 comments on commit 7563653

Please sign in to comment.