Skip to content

Commit 5e41a6b

Browse files
authored
Update docker-image.yml
1 parent 7622df2 commit 5e41a6b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

‎.github/workflows/docker-image.yml‎

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ jobs:
2626
username: ${{github.actor}}
2727
password: ${{secrets.GITHUB_TOKEN}}
2828

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
29+
- name: 'Build Telegram Bot Image'
30+
run: |
31+
docker build . --platform linux/arm64 --tag ghcr.io/curiousdima/pardon-my-english:latest
32+
docker push ghcr.io/curiousdima/pardon-my-english:latest

0 commit comments

Comments
 (0)