Skip to content

Commit f5af77d

Browse files
committed
ci: correct platforms field indentation in Docker workflow
- Fix indentation for the platforms field in the Docker workflow configuration Signed-off-by: appleboy <[email protected]>
1 parent 235847e commit f5af77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
uses: docker/build-push-action@v6
7070
with:
7171
context: .
72-
platforms: linux/amd64
7372
file: docker/Dockerfile
73+
platforms: linux/amd64
7474
push: false
7575
load: true
7676
tags: drone-ssh:scan

0 commit comments

Comments
 (0)