Skip to content

Commit a61ae27

Browse files
committed
ci: Fix docker command
1 parent bfa01d3 commit a61ae27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 1
1616
- name: Build docker image
17-
run: docker build -t relekang/graphql-rss-parser:${GITHUB_REF##*/}
17+
run: docker build -t relekang/graphql-rss-parser:${GITHUB_REF##*/} .
1818
- name: Tag latest image
1919
run: docker tag relekang/graphql-rss-parser:${GITHUB_REF##*/} relekang/graphql-rss-parser:latest
2020
- name: Login to DockerHub Registry

0 commit comments

Comments
 (0)