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 79d6aa3 commit ca8336cCopy full SHA for ca8336c
.github/workflows/main.yml
@@ -31,4 +31,4 @@ jobs:
31
with:
32
fetch-depth: 1
33
- name: Build docker image
34
- run: docker build -t relekang/graphql-rss-parser:${{ github.sha }}
+ run: docker build -t relekang/graphql-rss-parser:${{ github.sha }} .
0 commit comments