diff --git a/.github/workflows/deploy-main-in-dev-env.yml b/.github/workflows/deploy-main-in-dev-env.yml index dce960b..61b7707 100644 --- a/.github/workflows/deploy-main-in-dev-env.yml +++ b/.github/workflows/deploy-main-in-dev-env.yml @@ -29,6 +29,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v4 with: + context: . push: true # Will only build if this is not here tags: ${{ steps.meta.outputs.tags }} build-args: |