mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-08-13 06:22:32 +00:00
Update ci.yml
This commit is contained in:
@@ -39,9 +39,9 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
file: './application/Dockerfile'
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
context: ./application
|
||||
push: true
|
||||
tags: |
|
||||
${{ secrets.DOCKER_USERNAME }}/docsgpt:latest
|
||||
ghcr.io/${{ github.repository_owner }}/docsgpt:latest
|
||||
ghcr.io/${{ github.repository_owner }}/docsgpt:latest
|
||||
|
||||
Reference in New Issue
Block a user