Skip to content

Commit d06f9dd

Browse files
committed
Add missing folder in docker build
1 parent 671f6b1 commit d06f9dd

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
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
args: bin/deployment-create-status bin/deployment-get-id
1717
- name: Docker build
18-
run: docker build -t actions-github-deployment-status -f build-dockerfile
18+
run: docker build -t actions-github-deployment-status . -f build-dockerfile
1919
- name: Docker Login
2020
if: github.ref == 'refs/heads/master'
2121
env:

0 commit comments

Comments
 (0)