add platforms parameter under the correct action

This commit is contained in:
weideng1 2022-08-16 14:55:07 -06:00 committed by GitHub
parent e7f70b9caf
commit d77061b751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linx/arm64
file: Dockerfile
pull: true
push: false
@ -194,6 +193,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linx/arm64
file: Dockerfile
pull: true
push: true