We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ab278 commit 8a11a82Copy full SHA for 8a11a82
1 file changed
.github/workflows/dockerimage.yml
@@ -25,6 +25,8 @@ jobs:
25
name: Build and push
26
uses: docker/build-push-action@v3
27
with:
28
+ context: .
29
+ platforms: arm/v7,linux/amd64,linux/arm64
30
push: true
31
tags: pathonscript/botsofcode:latest
32
# if: success()
0 commit comments