Update ci.yml

pull/961/head
Alex 4 weeks 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
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

Loading…
Cancel
Save