mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update ci.yml
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -39,9 +39,9 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: './application/Dockerfile'
|
file: './application/Dockerfile'
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
context: ./application
|
context: ./application
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/docsgpt:latest
|
${{ 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