Skip to content

Commit ca8336c

Browse files
committed
ci: Fix docker build
1 parent 79d6aa3 commit ca8336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
fetch-depth: 1
3333
- name: Build docker image
34-
run: docker build -t relekang/graphql-rss-parser:${{ github.sha }}
34+
run: docker build -t relekang/graphql-rss-parser:${{ github.sha }} .

0 commit comments

Comments
 (0)