Skip to content

Commit

Permalink
change Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
folarin oyenuga committed Jun 13, 2024
1 parent 74cd286 commit bf787bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Docker image
run: docker build -t annotations-checker -f ../../cmd/annotations-checker/Dockerfile .
run: docker build -t annotations-checker -f cmd/annotations-checker/Dockerfile .

- uses: actions/github-script@v7
name: Get Diff Url
Expand Down

0 comments on commit bf787bf

Please sign in to comment.