Skip to content

Commit

Permalink
Update docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Fuerback committed Feb 28, 2024
1 parent 1be05af commit 196d196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: gala-chain/${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion chain-cli/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN npm install -g @gala-chain/cli
# Install Nodemon globally
RUN npm install -g nodemon

# Initialize a project with a default name of "chaincode-template"
# Initialize a project with galachain
RUN galachain init chaincode-template

# Change working directory to the project directory
Expand Down

0 comments on commit 196d196

Please sign in to comment.