There was an error while loading. Please reload this page.
1 parent 7622df2 commit 5e41a6bCopy full SHA for 5e41a6b
.github/workflows/docker-image.yml
@@ -26,11 +26,7 @@ jobs:
26
username: ${{github.actor}}
27
password: ${{secrets.GITHUB_TOKEN}}
28
29
- - name: "Build and Push Telegram Bot"
30
- uses: docker/build-push-action@v5
31
- with:
32
- context: .
33
- file: ./Dockerfile
34
- push: true
35
- tags: ghcr.io/curiousdima/pardon-my-english:latest
36
- platforms: linux/arm64
+ - name: 'Build Telegram Bot Image'
+ run: |
+ docker build . --platform linux/arm64 --tag ghcr.io/curiousdima/pardon-my-english:latest
+ docker push ghcr.io/curiousdima/pardon-my-english:latest
0 commit comments