Skip to content

Commit bcbe68e

Browse files
committed
Fix indentation in production build workflow for Docker Buildx setup
1 parent 652ba1c commit bcbe68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
2020
with:
21-
version: latest
21+
version: latest
2222
buildkitd-flags: --debug
2323

2424
- uses: actions/cache@v4.2.0

0 commit comments

Comments
 (0)