mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-06-04 18:24:01 +08:00
ci: correct platforms field indentation in Docker workflow
- Fix indentation for the platforms field in the Docker workflow configuration Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -69,8 +69,8 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
|
platforms: linux/amd64
|
||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
tags: drone-ssh:scan
|
tags: drone-ssh:scan
|
||||||
|
|||||||
Reference in New Issue
Block a user