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 671f6b1 commit d06f9ddCopy full SHA for d06f9dd
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
args: bin/deployment-create-status bin/deployment-get-id
17
- name: Docker build
18
- run: docker build -t actions-github-deployment-status -f build-dockerfile
+ run: docker build -t actions-github-deployment-status . -f build-dockerfile
19
- name: Docker Login
20
if: github.ref == 'refs/heads/master'
21
env:
0 commit comments