Skip to content

Commit

Permalink
use dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhi committed May 30, 2024
1 parent f1f1e4b commit e6e0efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
branches: [ "main" ]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ghcr.io/${{ github.actor }}/quilibrium
IMAGE_NAME: eth2dev/quilibrium

jobs:

Expand All @@ -30,9 +29,8 @@ jobs:
- name: Docker login
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build the Docker image
run: |
docker build \
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: quilibrium
services:
node:
# image: ${QUILIBRIUM_IMAGE_NAME:-quilibrium}
image: ghcr.io/zkweb3/quilibrium:v1.4.18-p1
image: eth2dev/quilibrium:v1.4.18-p1
container_name: "quil"
restart: unless-stopped
command: ["--signature-check=false"]
Expand Down

0 comments on commit e6e0efc

Please sign in to comment.