Skip to content

Commit

Permalink
forgot a - in the docke run command
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 14, 2024
1 parent b22493e commit afac5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Running image container
run: |
docker run -d -name devnet -p 8545:8545 -v ${{ github.workspace }}/hardhat: /workspace/hardhat ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:9
docker run -d --name devnet -p 8545:8545 -v ${{ github.workspace }}/hardhat: /workspace/hardhat ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:9
- name: Deploy hardhat sample project
run: |
Expand Down

0 comments on commit afac5df

Please sign in to comment.