Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Mar 1, 2024
1 parent d944588 commit 6055225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build node and seednode images
run: |
docker build -f docker/node/Dockerfile . -t node:dev
docker build -f docker/seednode/Dockerfile . -t node:dev
docker build -f docker/seednode/Dockerfile . -t seednode:dev
- name: Start localnet
id: generate-config
Expand Down

0 comments on commit 6055225

Please sign in to comment.