From d0cd1b2924b3870f11b6c9943515793f50c311d8 Mon Sep 17 00:00:00 2001 From: Bas Wilson Date: Thu, 25 Nov 2021 15:53:12 +0100 Subject: [PATCH] Update docker-images.yml --- .github/workflows/docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 55fe5f1..02e70d8 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -27,5 +27,5 @@ jobs: - name: Build and push the community api image run: | - docker build . --file api/Dockerfile.production --tag astroplant/astroplant-community-api:latest + docker build ./api --file api/Dockerfile.production --tag astroplant/astroplant-community-api:latest docker push astroplant/astroplant-community-api:latest