Skip to content

Commit

Permalink
fixed task name from dockerBuild to build
Browse files Browse the repository at this point in the history
  • Loading branch information
werniq committed Oct 24, 2024
1 parent 9751d02 commit 042fa0e
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 @@ -34,4 +34,4 @@ jobs:
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin

- name: Build Waffle using Golang
run: task docker
run: task build

0 comments on commit 042fa0e

Please sign in to comment.