Skip to content

Commit 39f7932

Browse files
committed
Fix docker build maybe?
1 parent cbea2de commit 39f7932

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-and-push-docker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ jobs:
2020
id-token: write
2121

2222
steps:
23-
- name: Checkout repository
23+
- name: Force linux line endings
24+
run: |
25+
git config --global core.autocrlf false
26+
git config --global core.eol lf
27+
28+
- name: Checkout
2429
uses: actions/checkout@v3
2530

2631
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)