Skip to content

Commit 3d806ff

Browse files
committed
replace tab with space
1 parent ace59a6 commit 3d806ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/build-push-action@v6
5151
with:
5252
context: .
53-
platforms: linux/amd64,linux/arm64
53+
platforms: linux/amd64,linux/arm64
5454
push: true
5555
tags: ${{ steps.meta.outputs.tags }}
5656
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)