Skip to content

Commit a1c1bc5

Browse files
committed
ci: update workflows config.
1 parent 3ab87b4 commit a1c1bc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
- run: ls -al
3131

3232
- run: cp config/Dockerfile ./
33-
- run: cp config/.dockerignore\ ./
33+
34+
- name: Copy .dockerignore file
35+
run: cp 'config/.dockerignore' ./
36+
3437
- run: ls -al
3538

3639
# Create Docker Image

0 commit comments

Comments
 (0)