Skip to content

Commit 7029f56

Browse files
authored
Update dockerpublish.yml
1 parent 2439fc9 commit 7029f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
1818

1919
- name: Build image
20-
run: docker build . --tag ghcr.io/shitpostingio/tdlib:latest --platform linux/arm64,linux/amd64
20+
run: docker build . --tag ghcr.io/shitpostingio/tdlib:latest
2121

2222
- name: Push image
2323
run: docker push ghcr.io/shitpostingio/tdlib:latest

0 commit comments

Comments
 (0)