mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-26 15:36:33 -06:00
add platforms parameter under the correct action
This commit is contained in:
parent
e7f70b9caf
commit
d77061b751
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user