We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e8fe2 commit 7fdac71Copy full SHA for 7fdac71
1 file changed
.github/workflows/dockerimage.yml
@@ -28,9 +28,6 @@ jobs:
28
uses: docker/build-push-action@v3
29
with:
30
context: .
31
- platforms: linux/arm/v7
+ platforms: linux/armv7
32
push: true
33
- tags: pathonscript/botsofcode:latest
34
- # if: success()
35
- # run: |
36
- # docker buildx build \ --platform ${{ steps.prepare.outputs.docker_platform }} \ --tag ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }} \ --file ./Dockerfile \ --output type=image,push=true .
+ tags: pathonscript/bot:latest
0 commit comments