We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2439fc9 commit 7029f56Copy full SHA for 7029f56
.github/workflows/dockerpublish.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
18
19
- name: Build image
20
- run: docker build . --tag ghcr.io/shitpostingio/tdlib:latest --platform linux/arm64,linux/amd64
+ run: docker build . --tag ghcr.io/shitpostingio/tdlib:latest
21
22
- name: Push image
23
run: docker push ghcr.io/shitpostingio/tdlib:latest
0 commit comments