fix: remove target

This commit is contained in:
Mohamed Marrouchi 2024-12-10 12:10:49 +01:00
parent 4c58f55838
commit 46d1f6cc0d

View File

@ -46,7 +46,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./api/
target: production
file: ./api/Dockerfile.base
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}