Skip to content

Commit 8b7966b

Browse files
author
Damian Borowiecki
committed
CM-235: Fixed build config
1 parent f32ccb5 commit 8b7966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Build Docker image
18-
run: docker build -t .
18+
run: docker build .
1919

2020
- name: Check Docker image build status
2121
run: |

0 commit comments

Comments
 (0)