Update ci.yml

pull/961/head
Alex 1 month ago committed by GitHub
parent 6753b55160
commit 23ddf53abe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save