Skip to content

Commit

Permalink
Fix Docker Check
Browse files Browse the repository at this point in the history
  • Loading branch information
KingLeak95 committed Nov 1, 2023
1 parent 224c348 commit fbf3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t todo-list:latest .
docker build -t to-do-list:latest .
- name: Run Docker container
run: |
Expand Down

0 comments on commit fbf3e8a

Please sign in to comment.