Skip to content

Commit

Permalink
fix: adding Hardhat Dockerfile in GitHub Workflow (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsjunior authored Dec 9, 2024
1 parent d46aa3f commit e6ec066
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-build-and-push-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ jobs:
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

hardhat:
uses: ./.github/workflows/docker-build-and-push-image.yml
with:
docker_build_context: .
dockerfile: docker/Dockerfile.hardhat
dockerhub_repo: yeagerai/simulator-hardhat
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit e6ec066

Please sign in to comment.