Skip to content

Commit

Permalink
Merge pull request #16 from DuckyMomo20012/workflows
Browse files Browse the repository at this point in the history
fix(ci): incorrect docker path
  • Loading branch information
DuckyMomo20012 authored Apr 22, 2024
2 parents 0975adf + 7f86d23 commit 63e2982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
# package settings in "Manage Actions access" tab
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}
dockerfile: ./go-todo/Dockerfile
dockerfile: ./docker/go-todo/Dockerfile

0 comments on commit 63e2982

Please sign in to comment.