We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa01d3 commit a61ae27Copy full SHA for a61ae27
.github/workflows/upload-docker.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 1
16
- name: Build docker image
17
- run: docker build -t relekang/graphql-rss-parser:${GITHUB_REF##*/}
+ run: docker build -t relekang/graphql-rss-parser:${GITHUB_REF##*/} .
18
- name: Tag latest image
19
run: docker tag relekang/graphql-rss-parser:${GITHUB_REF##*/} relekang/graphql-rss-parser:latest
20
- name: Login to DockerHub Registry
0 commit comments